ec27aa97b9
Looks like the LinkerFlavor change introduced in #40018 accidentally uses GCC for the WebAssembly target, causing Rust to never actually pass the post link args to emscripten. This then causes the code to be compiled as asm.js instead of WebAssembly, because the Binaryen tools never run due to the missing linker argument. |
||
---|---|---|
.. | ||
target | ||
Cargo.toml | ||
dynamic_lib.rs | ||
lib.rs | ||
slice.rs | ||
tempdir.rs |