summary refs log tree commit diff
path: root/src/librustc_back/target/wasm32_unknown_emscripten.rs
AgeCommit message (Expand)AuthorLines
2018-03-03rustc: Tweak default linker selectionAlex Crichton-3/+0
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-0/+1
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-1/+0
2017-09-30rustc: Specify c_int width for each targetDaniel Klauer-0/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-04-14Compile WASM as WASM instead of asm.jsChristopher Serr-1/+1
2017-04-07-Z linker-flavorJorge Aparicio-3/+11
2017-01-19tell emcc stip exception handling if panic rt usedSergey Pepyakin-0/+1
2016-12-31Auto merge of #38601 - schulzch:master, r=brsonbors-2/+3
2016-12-25Move target_family to TargetOptions, not TargetAlex Crichton-1/+1
2016-12-25Emscripten targets are Unix targetsBrian Anderson-0/+1
2016-12-22Partial fix for #38489.Christoph Schulz-2/+3
2016-10-03change max_atomic_width type from u64 to Option<u64>Jorge Aparicio-1/+1
2016-09-30Call emcc with ERROR_ON_UNDEFINED_SYMBOLSBrian Anderson-1/+2
2016-09-30Preliminary wasm32 supportBrian Anderson-0/+41