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
Due to a change in wasm-bindgen [1], the "coverage" feature is being
turned on, probably because we are never running the Cargo feature
resolver (`resolver = 2`). Unfortunately, doing so appears to be a big
change to the top-crates code so we will probably be doing manual
editing for a while.
[1]: rustwasm/wasm-bindgen#4304
0 commit comments