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
Currently the crate depends on wasm-bindgen = { version = "0.2.89", features = ["serde_json"] } which can cause a circular dependency as described in aHash and getrandom, and discussed further in wasm-bindgen.
I removed this feature dependency and played with the crate a bit, and everything still seems to work.
Reproduction
I ran into this issue when trying to incorporate SurrealDB into my Tauri app.
Including both surrealdb and tauri-sys caused the issue.
Currently the crate depends on
wasm-bindgen = { version = "0.2.89", features = ["serde_json"] }
which can cause a circular dependency as described in aHash and getrandom, and discussed further in wasm-bindgen.I removed this feature dependency and played with the crate a bit, and everything still seems to work.
Reproduction
I ran into this issue when trying to incorporate SurrealDB into my Tauri app.
Including both
surrealdb
andtauri-sys
caused the issue.Patched branch
https://github.com/bicarlsen/tauri-sys/tree/fix/wasm_bindgen_serde
The text was updated successfully, but these errors were encountered: