ext/wasm/index-dist.html
Below is the list of demo pages for the sqlite3 WASM builds. The intent is that this page be run using the functional equivalent of:
[althttpd](https://sqlite.org/althttpd)-enable-sab -page index.html
and the individual pages 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.Higher-level apps and demos...
demo-123 but loads and runs sqlite3 from a Worker thread.localStorage or sessionStorage.