1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Comment the -O2 wasm builds as being broken (mysteriously missing JS bits).

FossilOrigin-Name: f61475ef8244fd1f6553eca9cc2317e5de2cc04443e24afb7b91ebd3fc1bd402
This commit is contained in:
stephan
2022-09-27 14:31:34 +00:00
parent 5b9973d898
commit 6559e0ab15
6 changed files with 14 additions and 12 deletions

View File

@ -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",