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:
and the individual tests 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).