Switch search runtime to vendored sqlite3 WASM

This commit is contained in:
Jordan Wages 2025-09-18 19:38:10 -05:00
commit 04c8ce7005
6 changed files with 13059 additions and 10 deletions

View file

@ -1,3 +1,7 @@
# mp3-com-meta-browser
A self contained static website for browsing the collection of salvaged mp3.com files.
A self contained static website for browsing the collection of salvaged mp3.com files.
## Runtime Notes
- Uses the official `sqlite3` WASM build (vendored under `vendor/sqlite3/`) so that FTS5 is available client-side.