aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wasm/index.html')
-rw-r--r--ext/wasm/index.html18
1 files changed, 12 insertions, 6 deletions
diff --git a/ext/wasm/index.html b/ext/wasm/index.html
index a547ce50f..767cc5e74 100644
--- a/ext/wasm/index.html
+++ b/ext/wasm/index.html
@@ -86,8 +86,6 @@
<li>speedtest1 ports (sqlite3's primary benchmarking tool)...
<ul>
<li><a href='speedtest1.html'>speedtest1</a>: a main-thread WASM build of speedtest1.</li>
- <!--li><a href='speedtest1-wasmfs.html?flags=--size,25'>speedtest1-wasmfs</a>: a variant of speedtest1 built solely for the wasmfs/opfs feature.
- </li-->
<li><a href='speedtest1.html?vfs=kvvfs'>speedtest1?vfs=kvvfs</a>: speedtest1 with the kvvfs.</li>
<li><a href='speedtest1-worker.html?size=25'>speedtest1-worker</a>: an interactive Worker-thread variant of speedtest1.</li>
<li><a href='speedtest1-worker.html?vfs=opfs&size=25'>speedtest1-worker?vfs=opfs</a>: speedtest1-worker with the
@@ -100,10 +98,6 @@
a high-level overview of the symbols exposed by the JS
module.</li>
<li><a href='batch-runner.html'>batch-runner</a>: runs batches of SQL exported from speedtest1.</li>
- <!--li><a href='scratchpad-wasmfs-main.html'>scratchpad-wasmfs-main</a>:
- experimenting with WASMFS/OPFS-based persistence. Maintenance
- reminder: we cannot currently (2022-09-15) load WASMFS in a
- worker due to an Emscripten limitation.</li-->
<li><a href='test-opfs-vfs.html'>test-opfs-vfs</a>
(<a href='test-opfs-vfs.html?opfs-sanity-check&opfs-verbose'>same
with verbose output and sanity-checking tests</a>) is an
@@ -117,6 +111,18 @@
</li>
</ul>
</li>
+ <!--li>WASMFS-specific tests which currently do not work due to incompatible changes
+ made to the WASMFS+OPFS combination.
+ <ul>
+ <li><a href='speedtest1-wasmfs.html?flags=--size,25'>speedtest1-wasmfs</a>:
+ a variant of speedtest1 built solely for the wasmfs/opfs
+ feature.</li>
+ <li><a href='scratchpad-wasmfs-main.html'>scratchpad-wasmfs-main</a>:
+ experimenting with WASMFS/OPFS-based persistence. Maintenance
+ reminder: we cannot currently (2022-09-15) load WASMFS in a
+ worker due to an Emscripten wasm loader limitation.</li>
+ </ul>
+ </li-->
<!--li><a href='x.html'></a></li-->
</ul>
</div>