libsql-sqlite3/ext/wasm/index.html
Below is the list of test pages for the sqlite3 WASM builds. All of them require that this directory have been "make"d first. The intent is that this page be run using:
althttpd -enable-sab -page index.html
and the individual tests be started in their own tab. Warnings and Caveats:
The tests and demos...
Core-most tests
tester1 but loads sqlite3 in the main thread via an ES6 module.tester1-esm but loads a Worker Module which then loads the sqlite3 API via an ES6 module. Note that not all browsers permit loading modules in Worker threads.High-level apps and demos...
demo-123 but loads and runs sqlite3 from a Worker thread.localStorage or sessionStorage.speedtest1 ports (sqlite3's primary benchmarking tool)...
The obligatory "misc." category...
WASMFS -specific tests which require that the WASMFS build is available on this server (it is not by default) and that this server emits the COOP/COEP headers.