Switch SPA to bundled sql.js runtime

This commit is contained in:
Jordan Wages 2025-09-18 22:03:36 -05:00
commit e83de10d93
3 changed files with 15 additions and 50 deletions

View file

@ -4,4 +4,4 @@ A self contained static website for browsing the collection of salvaged mp3.com
## Runtime Notes
- Uses the official `sqlite3` WASM build (vendored under `vendor/sqlite3/`) so that FTS5 is available client-side.
- Uses the `sql.js` WASM build (bundled as `sql-wasm.js`/`sql-wasm.wasm`) so that FTS5 is available client-side.