Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make WASM persistable #76

Closed
gisborne opened this issue Apr 28, 2023 · 3 comments
Closed

Make WASM persistable #76

gisborne opened this issue Apr 28, 2023 · 3 comments

Comments

@gisborne
Copy link

Docs say WASM version only runs in memory.

Given that SQLite is available for WASM, even in the browser, it would be useful to make the wasm version persistent.

Most languages would have a good shot at running the WASM version immediately.

@infogulch
Copy link

To add some detail, the only reasonable SQLite persistence choice is powered by a new browser feature, Origin-Private File System (OPFS): https://sqlite.org/wasm/doc/trunk/persistence.md

@gisborne
Copy link
Author

I’m at least as interested in WASM outside the browser as in, fwiw. It’s fair to say that most languages can call into WASM now. Within a year, many/most languages will be able to run inside WASM also.

@zh217
Copy link
Contributor

zh217 commented May 1, 2023

This is currently out of scope (and the WASM ecosystem isn't mature enough). If someone wants to contribute, please reopen and we can discuss it here.

@zh217 zh217 closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants