about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/wasm32_base.rs
AgeCommit message (Collapse)AuthorLines
2021-04-04wasm64Gus Caplan-136/+0
2021-01-21Don't link with --export-dynamic on wasm32-wasiDan Gohman-9/+0
Remove --export-dynamic from the link arguments on the wasm32-wasi target, as it emits spurious exports and increases code size. Leave it in place for wasm32-unknown-unknown and wasm32-unknown-emscripten. Even though it isn't a great solution there, users are likely depending on its behavior there.
2020-09-03Disable use of `--eh-frame-hdr` on wasm32.Dan Gohman-0/+1
2020-08-30mv compiler to compiler/mark-0/+144