rust/src/librustc_back
Christopher Serr ec27aa97b9 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.
2017-04-14 19:17:03 +02:00
..
target Compile WASM as WASM instead of asm.js 2017-04-14 19:17:03 +02:00
Cargo.toml Remove internal liblog 2017-03-23 11:28:00 -07:00
dynamic_lib.rs
lib.rs -Z linker-flavor 2017-04-07 10:52:42 -05:00
slice.rs
tempdir.rs