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
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Recently @tomakabrought this frustrating item up in that we can't compile crates to wasm depending on rustc-serialize. Currently there are 658 crates dependent on it out of 14k+ crates, but crates.io is limited and doesn't count crates that depend on it through transitive use of other crates, so I'm sure that number is higher than that.
This isn't necessarily just a wasm issue either. With serde being on 1.x and the defacto blessed crate I think we should finally consider what should be done with this crate. It hasn't seen any updates in over a year, is part of the rust-lang-deprecated org, and isn't a community standard anymore. If we want people to have a good experience using Rust getting rid of issues like this is a must.