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
Is it planned to support Maps or other JavaScript data types in wasm-bindgen? For example,
I would like to be able to bind a function that returns a BTreeMap<String, String> (unless there is a more appropriate type for maps—I'm relatively new to Rust).