Browser storage support in WebAssembly bindings #531
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
JavaScript bindings
Currently, the Wasm binding implement I/O for Node filesystem APIs. Let's work on supporting OPFS, for example, to run
limbo-wasm
in the browser. One complication is that the current API is synchronous likebetter-sqlite3
so we either need to use synchronous OPFS or implement libSQL async-style API.The text was updated successfully, but these errors were encountered: