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
The issue is that if you use serde_json and you're trying to compile to Web Assembly with multi-value returns turned on, a strange compilation error results.
Here's a rust-lang/rust thread on multivalue support that may prove useful. I'm not entirely sure if this is an issue more for Rust core, or if it's a serde_json issue (or a little of both?).
The text was updated successfully, but these errors were encountered:
The issue is that if you use serde_json and you're trying to compile to Web Assembly with multi-value returns turned on, a strange compilation error results.
I've made a minimum reproducible here which includes a complete description of the error.
Here's a rust-lang/rust thread on multivalue support that may prove useful. I'm not entirely sure if this is an issue more for Rust core, or if it's a serde_json issue (or a little of both?).
The text was updated successfully, but these errors were encountered: