rust/compiler/rustc_target/src
Dan Gohman 9abcfa55c3 Don't link with --export-dynamic on wasm32-wasi
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.
2021-01-21 16:13:43 -08:00
..
abi Rollup merge of #80042 - sivadeilra:cold_bits, r=oli-obk 2021-01-12 07:59:08 +09:00
asm Use Symbol for inline asm register class names 2020-12-10 13:51:56 -08:00
spec Don't link with --export-dynamic on wasm32-wasi 2021-01-21 16:13:43 -08:00
lib.rs Dogfood 'str_split_once() with compiler/ 2020-12-07 12:48:44 -07:00