mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
wasm: move another file and update testing1/testing2 to account for [e38d00c2b82d]. Disable wasmfs by default as it breaks the worker-based module loader (reason as yet unknown).
FossilOrigin-Name: 6dad5e0573ee866657ee10b43e55b86fc9caac7a66c13bdbd35c3625a4783f14
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
'use strict';
|
||||
(function(){
|
||||
const T = self.SqliteTestUtil;
|
||||
const SW = new Worker("api/sqlite3-worker.js");
|
||||
const SW = new Worker("sqlite3-worker.js");
|
||||
const DbState = {
|
||||
id: undefined
|
||||
};
|
||||
|
Reference in New Issue
Block a user