Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Insert -Zbuild-std when building rust packages
Otherwise we are linking a copy of the standard library built with some particular version of emscripten selected by the rust compiler that does not match the version we are using. This can lead to an ABI mismatch. See rust-lang/rust#131467
- Loading branch information