]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #41303 - CryZe:patch-5, r=japaric
authorCorey Farwell <coreyf@rwell.org>
Fri, 14 Apr 2017 21:41:06 +0000 (17:41 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2017 21:41:06 +0000 (17:41 -0400)
commit13dc855cc334ce4104e05dc239b0bf8b402609ce
tree775227a3882529ea31812df3f43b325060e0321a
parent5aa96024e3679f67925495f5322d6d65c3192fa1
parentec27aa97b921957711b96e578c7c197ff28553ac
Rollup merge of #41303 - CryZe:patch-5, r=japaric

Compile WASM as WASM instead of asm.js

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.