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
$ rustup update nightly
… latest update on 2018-08-14, rust version 1.30.0-nightly (d5a448b3f 2018-08-13) …
$ cargo test
fail because the “name” section is not in the WASM binary
This can be viewed with:
The debug symbols are missing.
If we remove the
-O
option, it's working. I suspect this is a regression inrustc
.The text was updated successfully, but these errors were encountered: