Outbound Link Summary:
2 years ago

SQLite WASM: Something subtle in your browser.
Through their own efforts, the SQLite team have wrangled with the compiler toolchain to generate a WebAssembly binary. That sqlite.wasm file, only 780KB large, contains the whole of SQLite, or at least everything you need of it to run a full-text search.
Relevant: sqlite.org.