mycelial/mycelite

sqlite wasm support?

beaugunderson opened this issue · 2 comments

I have a Chrome extension that uses PouchDB that I'd love to use Mycelite with instead. Are there any plans to support sqlite wasm for browsers?

https://sqlite.org/wasm/doc/trunk/index.md
SQLite can run in-browser with emscripten as it provides I/O emulation syscalls.

I don't know a lot about SQlite, it's extension system, or this codebase, but since this extension is written in rust and interacts with a file system I would bet getting it into web assembly would take some heavy work or waiting until wasix(https://wasmer.io/posts/announcing-wasix) is more polished and ready for the web.

I almost guarantee that it is in the plans, but I'll follow this issue to hear from someone more knowledgeable about what the plans may look like.

Contributors -> thanks for your work on this project :)

@beaugunderson This is an area of interest for us, but we don't have active plans at this time.