1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Split wasmfs-enabled build of sqlite3.js/wasm into sqlite3-wasmfs.js/wasm, as enabling wasmfs breaks all tests/demos which run from a Worker thread.

FossilOrigin-Name: 08476f3c218d45846e7496bdae0b06e2122466111fdf2aa2aabb1805b15ef982
This commit is contained in:
stephan
2022-09-15 03:09:00 +00:00
parent 409505c743
commit 0117693f62
10 changed files with 143 additions and 49 deletions

View File

@ -150,7 +150,6 @@
await wtest('exec',{
sql:'select 1 union all select 3',
resultRows: [],
//rowMode: 'array', // array is the default in the Worker interface
}, function(ev){
ev = ev.result;
T.assert(2 === ev.resultRows.length)