From: stephan Date: Mon, 19 Sep 2022 14:56:13 +0000 (+0000) Subject: Remove an obsolete file. Update wasmfs build for today's changes. Fix the case that... X-Git-Tag: version-3.40.0~169^2~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61418d5a679f11bbf3517431777c14b30252bd75;p=thirdparty%2Fsqlite.git Remove an obsolete file. Update wasmfs build for today's changes. Fix the case that OPFS.xTruncate() is passed a BigInt instead of a Number. FossilOrigin-Name: 976053925013bf1975f5f9222e28ba648af28e305bb6bdae600eb24d0e136bec --- diff --git a/ext/wasm/speedtest1-kvvfs.html b/ext/wasm/speedtest1-kvvfs.html deleted file mode 100644 index 12085d4cb5..0000000000 --- a/ext/wasm/speedtest1-kvvfs.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - speedtest1-kvvfs.wasm - - -
speedtest1-kvvfs.wasm
-
See also: A Worker-thread variant of this page.
- -
-
-
Initializing app...
-
- On a slow internet connection this may take a moment. If this - message displays for "a long time", intialization may have - failed and the JavaScript console may contain clues as to why. -
-
-
Downloading...
-
- -
-
This page starts running the main exe when it loads, which will - block the UI until it finishes! Adding UI controls to manually configure and start it - are TODO.
- -
Achtung: running it with the dev tools open may - drastically slow it down. For faster results, keep the dev - tools closed when running it! -
-
Output is delayed/buffered because we cannot update the UI while the - speedtest is running. Output will appear below when ready... -
- - - - - - diff --git a/ext/wasm/speedtest1-wasmfs.html b/ext/wasm/speedtest1-wasmfs.html index d0400f7e76..37155282cd 100644 --- a/ext/wasm/speedtest1-wasmfs.html +++ b/ext/wasm/speedtest1-wasmfs.html @@ -36,7 +36,6 @@
Output is delayed/buffered because we cannot update the UI while the speedtest is running. Output will appear below when ready...
- diff --git a/ext/wasm/speedtest1-worker.html b/ext/wasm/speedtest1-worker.html index 38eff5cb27..0884c7429c 100644 --- a/ext/wasm/speedtest1-worker.html +++ b/ext/wasm/speedtest1-worker.html @@ -147,11 +147,11 @@ log2('', ...args); }; const logErr = function(...args){ - //console.error(...args); + console.error(...args); log2('error', ...args); }; const logWarn = function(...args){ - //console.warn(...args); + console.warn(...args); log2('warning', ...args); }; diff --git a/ext/wasm/speedtest1.html b/ext/wasm/speedtest1.html index be0be3d83f..275ba7de49 100644 --- a/ext/wasm/speedtest1.html +++ b/ext/wasm/speedtest1.html @@ -36,7 +36,6 @@
Output is delayed/buffered because we cannot update the UI while the speedtest is running. Output will appear below when ready...
-