aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-worker1.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2023-01-11 22:45:20 +0000
committerstephan <stephan@noemail.net>2023-01-11 22:45:20 +0000
commita7c498599f917607542bcd7003c445723aba9127 (patch)
treee96d905dffd46e39667d019e1f2cc8a4a31358ff /ext/wasm/api/sqlite3-worker1.js
parent60a1a0f7df99e03bba7abc45f526e372c20d2fdc (diff)
parent8518eaccd79ae83a55fad3c3fa545beb16fb127c (diff)
downloadsqlite-a7c498599f917607542bcd7003c445723aba9127.tar.gz
sqlite-a7c498599f917607542bcd7003c445723aba9127.zip
Merge trunk into wasi-patches branch and add missing yes/no result to the configure script's output for the --with-wasi-sdk=PATH test.
FossilOrigin-Name: adc0ede0a43241b85563408d0de8e640a75ec4f7bdfe5e48acc5cdd6b182b88c
Diffstat (limited to 'ext/wasm/api/sqlite3-worker1.js')
-rw-r--r--ext/wasm/api/sqlite3-worker1.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/wasm/api/sqlite3-worker1.js b/ext/wasm/api/sqlite3-worker1.js
index 942437908..4ff19b888 100644
--- a/ext/wasm/api/sqlite3-worker1.js
+++ b/ext/wasm/api/sqlite3-worker1.js
@@ -41,9 +41,6 @@
//console.warn("worker1 theJs =",theJs);
importScripts(theJs);
sqlite3InitModule().then((sqlite3)=>{
- if(sqlite3.capi.sqlite3_wasmfs_opfs_dir){
- sqlite3.capi.sqlite3_wasmfs_opfs_dir();
- }
sqlite3.initWorker1API();
});
})();