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
After switching to the canonical VM, we have a dependency on rusqlite which will cause a problem with WASM builds. It is only needed for satisfying the ClarityBackingStore trait; see datastore.rs:169
fnget_side_store(&mutself) -> &Connection{panic!("DataStore has no side store")}
The text was updated successfully, but these errors were encountered:
After switching to the canonical VM, we have a dependency on
rusqlite
which will cause a problem with WASM builds. It is only needed for satisfying theClarityBackingStore
trait; see datastore.rs:169The text was updated successfully, but these errors were encountered: