about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorChristopher Serr <cryze92@gmail.com>2017-04-14 19:17:03 +0200
committerGitHub <noreply@github.com>2017-04-14 19:17:03 +0200
commitec27aa97b921957711b96e578c7c197ff28553ac (patch)
tree5c602e834ca53e46e058c1978125da5024a0955e /src/rustllvm/RustWrapper.cpp
parent5637ed756632ded9e458b82a23cc1dddbb57c51f (diff)
downloadrust-ec27aa97b921957711b96e578c7c197ff28553ac.tar.gz
rust-ec27aa97b921957711b96e578c7c197ff28553ac.zip
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.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions