You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#99 introduced embedded sqlite. However, the rusqlite crate we're using does not build on newer versions, and it seems the project hasn't figured out how it wants to support wasm. Instead we should look into embedding sqlite through the sqlite project's build of a wasm module.
The text was updated successfully, but these errors were encountered:
#99 introduced embedded sqlite. However, the
rusqlite
crate we're using does not build on newer versions, and it seems the project hasn't figured out how it wants to support wasm. Instead we should look into embedding sqlite through the sqlite project's build of a wasm module.The text was updated successfully, but these errors were encountered: