Running in-memory SQLite on Cloudflare Workers has a number of use cases. Cloudflare Workers [supports WASM](https://developers.cloudflare.com/workers/runtime-apis/webassembly/), and [previous work by the community](https://ma.rkusa.st/store-sqlite-in-cloudflare-durable-objects) suggests that it is possible to get a wasm version of SQLite to run in a workers script. Documenting how to get the official SQLite WASM distribution to work on Cloudflare Workers would be a great help.