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:
and the individual pages be started in their own tab.
Warnings and Caveats:
- All of these pages must be served via an HTTP
server. Browsers do not support loading WASM files via
file:// URLs.
- Any OPFS-related pages or tests require:
- An OPFS-capable browser released after February
2023. Some tests will work with Chromium-based browsers
going back to around v102.
- That the web server emit the so-called
COOP
and
COEP
headers. althttpd requires the
-enable-sab
flag for that.