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
I am facing an issue and I'm not sure if it makes sense, but I have an object that contains some web_sys types, that essentially are JsValues. I was expecting to plug and play serde-wasm-bindgen, but the code would not compile because JsValue cannot be serialized as JsValue :/ Is it possible to make this happen ?
The text was updated successfully, but these errors were encountered:
Thank you for the great crate !
I am facing an issue and I'm not sure if it makes sense, but I have an object that contains some
web_sys
types, that essentially are JsValues. I was expecting to plug and playserde-wasm-bindgen
, but the code would not compile because JsValue cannot be serialized as JsValue :/ Is it possible to make this happen ?The text was updated successfully, but these errors were encountered: