diff options
Diffstat (limited to 'ext/wasm/test-opfs-vfs.js')
-rw-r--r-- | ext/wasm/test-opfs-vfs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/test-opfs-vfs.js b/ext/wasm/test-opfs-vfs.js index 583871b7d..e22acc0e3 100644 --- a/ext/wasm/test-opfs-vfs.js +++ b/ext/wasm/test-opfs-vfs.js @@ -76,7 +76,7 @@ const tryOpfsVfs = async function(sqlite3){ log("Done!"); }/*tryOpfsVfs()*/; -importScripts('sqlite3.js'); +importScripts('jswasm/sqlite3.js'); self.sqlite3InitModule() .then((sqlite3)=>tryOpfsVfs(sqlite3)) .catch((e)=>{ |