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

@ -972,7 +972,7 @@ const installOpfsVfs = function callee(asyncProxyUri = callee.defaultProxyUri){
wasm.scopedAllocPop(scope);
}
}/*sanityCheck()*/;
W.onmessage = function({data}){
//log("Worker.onmessage:",data);
switch(data.type){