diff options
author | stephan <stephan@noemail.net> | 2022-09-27 13:40:12 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-09-27 13:40:12 +0000 |
commit | 5b9973d89849c318b0500de1fa0019181e7bd3c0 (patch) | |
tree | f6f34298ed88a7fd6a8c6d80f49c4aaae29b73ee /ext/wasm/testing1.js | |
parent | 3d64548491f6e95854b843f978a4ada16eff614c (diff) | |
download | sqlite-5b9973d89849c318b0500de1fa0019181e7bd3c0.tar.gz sqlite-5b9973d89849c318b0500de1fa0019181e7bd3c0.zip |
WASM API renaming. Reworked JS API bootstrap's async post-init into a generic mechanism, no longer OPFS-specific.
FossilOrigin-Name: c42a8cb090cad1108dfd6be574202d744c59e053b505bc4c17252dc6b65d26bf
Diffstat (limited to 'ext/wasm/testing1.js')
-rw-r--r-- | ext/wasm/testing1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/testing1.js b/ext/wasm/testing1.js index e412b9c17..9607e3f37 100644 --- a/ext/wasm/testing1.js +++ b/ext/wasm/testing1.js @@ -1019,7 +1019,7 @@ wasm = capi.wasm; log("Loaded module:",capi.sqlite3_libversion(), capi.sqlite3_sourceid()); log("Build options:",wasm.compileOptionUsed()); - capi.sqlite3_web_persistent_dir()/*will install OPFS if available, plus a and non-locking VFS*/; + capi.sqlite3_wasmfs_opfs_dir()/*will install OPFS if available, plus a and non-locking VFS*/; if(1){ /* Let's grab those last few lines of test coverage for sqlite3-api.js... */ |