diff options
author | stephan <stephan@noemail.net> | 2023-07-18 18:52:41 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-07-18 18:52:41 +0000 |
commit | b0dd9d427faac25681ba2cd4ba45b11fb7071ef5 (patch) | |
tree | 9814d0d434a063398e3d4f232310a10748aa6e29 /ext/wasm/api/extern-post-js.c-pp.js | |
parent | d69e6e6efb8a9204b332a188f05d05734f18f40d (diff) | |
download | sqlite-b0dd9d427faac25681ba2cd4ba45b11fb7071ef5.tar.gz sqlite-b0dd9d427faac25681ba2cd4ba45b11fb7071ef5.zip |
Further refactoring of opfs-sahpool and start integrating it into tester1.c-pp.js.
FossilOrigin-Name: 91c789234963b660ae900f0738906b28a477993709e286d8125b2f4d6101601c
Diffstat (limited to 'ext/wasm/api/extern-post-js.c-pp.js')
-rw-r--r-- | ext/wasm/api/extern-post-js.c-pp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/extern-post-js.c-pp.js b/ext/wasm/api/extern-post-js.c-pp.js index fac00370d..bd5225d11 100644 --- a/ext/wasm/api/extern-post-js.c-pp.js +++ b/ext/wasm/api/extern-post-js.c-pp.js @@ -59,7 +59,7 @@ const toExportForESM = initModuleState.sqlite3Dir = li.join('/') + '/'; } - globalThis.sqlite3InitModule = function ff(...args){ + globalThis.sqlite3InitModule = async function ff(...args){ //console.warn("Using replaced sqlite3InitModule()",globalThis.location); return originalInit(...args).then((EmscriptenModule)=>{ if('undefined'!==typeof WorkerGlobalScope && |