aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/extern-post-js.c-pp.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2023-07-18 18:52:41 +0000
committerstephan <stephan@noemail.net>2023-07-18 18:52:41 +0000
commitb0dd9d427faac25681ba2cd4ba45b11fb7071ef5 (patch)
tree9814d0d434a063398e3d4f232310a10748aa6e29 /ext/wasm/api/extern-post-js.c-pp.js
parentd69e6e6efb8a9204b332a188f05d05734f18f40d (diff)
downloadsqlite-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.js2
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 &&