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:
- 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.