Hosting SQLite databases on Github Pages, https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/.
SQLite is compiled to Wasm. The database is statically hosted on a server. A custom layer extracts _ranges_ of this database so that it can be fetched via HTTP. It allows to run SQLite client-side with a static read-only database.
Bonus: it is extended to query the DOM with SQL, this time with read and write mode.