1
0
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:
stephan
2022-08-16 16:16:25 +00:00
parent 8ac2d8510e
commit ba851ae72e
5 changed files with 12 additions and 12 deletions

View File

@ -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
};