diff options
author | stephan <stephan@noemail.net> | 2023-07-14 21:48:45 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-07-14 21:48:45 +0000 |
commit | 92bf6fd4f63c8cccf6a0e455fe2b8276f95cddab (patch) | |
tree | 2d55dab3eaf171cc24cb4bc58141a3cf2c70ace1 /ext/wasm/tester1.c-pp.js | |
parent | 50c61825fc020542477719787ac9a2838fa429f3 (diff) | |
download | sqlite-92bf6fd4f63c8cccf6a0e455fe2b8276f95cddab.tar.gz sqlite-92bf6fd4f63c8cccf6a0e455fe2b8276f95cddab.zip |
Integrate the opfs-sahpool VFS into the JS build and get it loading (but it's still far from functional).
FossilOrigin-Name: ef96e6b586825a2b3ed011174309cba8ce1031876c86dc59ed87ab9bbc64f57f
Diffstat (limited to 'ext/wasm/tester1.c-pp.js')
-rw-r--r-- | ext/wasm/tester1.c-pp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/tester1.c-pp.js b/ext/wasm/tester1.c-pp.js index 8b7119866..9af285602 100644 --- a/ext/wasm/tester1.c-pp.js +++ b/ext/wasm/tester1.c-pp.js @@ -1288,7 +1288,7 @@ globalThis.sqlite3InitModule = sqlite3InitModule; if(1){ const vfsList = capi.sqlite3_js_vfs_list(); T.assert(vfsList.length>1); - //log("vfsList =",vfsList); + log("vfsList =",vfsList); wasm.scopedAllocCall(()=>{ const vfsArg = (v)=>wasm.xWrap.testConvertArg('sqlite3_vfs*',v); for(const v of vfsList){ |