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:
- That the web server emit the so-called
COOP
and
COEP
headers. althttpd requires the
-enable-sab
flag for that.
- A very recent version of a Chromium-based browser
(v102 at least, possibly newer). OPFS support in the
other major browsers is pending. Development and testing
is currently done against a dev-channel release of
Chrome (v111 as of 2023-02-10).