diff options
author | stephan <stephan@noemail.net> | 2022-09-27 14:31:34 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-09-27 14:31:34 +0000 |
commit | 6559e0ab15f20790aefa3f9f727a55adf4c6e559 (patch) | |
tree | f9af75629a6836d13e87317f80ac1a35dc4145e6 /ext/wasm/api/sqlite3-api-cleanup.js | |
parent | 5b9973d89849c318b0500de1fa0019181e7bd3c0 (diff) | |
download | sqlite-6559e0ab15f20790aefa3f9f727a55adf4c6e559.tar.gz sqlite-6559e0ab15f20790aefa3f9f727a55adf4c6e559.zip |
Comment the -O2 wasm builds as being broken (mysteriously missing JS bits).
FossilOrigin-Name: f61475ef8244fd1f6553eca9cc2317e5de2cc04443e24afb7b91ebd3fc1bd402
Diffstat (limited to 'ext/wasm/api/sqlite3-api-cleanup.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-cleanup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-cleanup.js b/ext/wasm/api/sqlite3-api-cleanup.js index 0e99edf50..a612681af 100644 --- a/ext/wasm/api/sqlite3-api-cleanup.js +++ b/ext/wasm/api/sqlite3-api-cleanup.js @@ -58,8 +58,8 @@ if('undefined' !== typeof Module){ // presumably an Emscripten build /* Clean up temporary references to our APIs... */ delete sqlite3.capi.util /* arguable, but these are (currently) internal-use APIs */; - //console.warn("Module.sqlite3 =",Module.sqlite3); Module.sqlite3 = sqlite3 /* Currently needed by test code and sqlite3-worker1.js */; + //console.warn("Module.sqlite3 =",Module.sqlite3); }else{ console.warn("This is not running in an Emscripten module context, so", "self.sqlite3ApiBootstrap() is _not_ being called due to lack", |