rust/compiler/rustc_target/src
Jonas Schievink ed5614599a
Rollup merge of #81255 - sunfishcode:wasi-no-export-dynamic, r=alexcrichton
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-31 16:36:44 +01:00
..
abi Consider Scalar to be a bool only if its unsigned 2021-01-30 00:49:10 +02:00
asm Use Symbol for inline asm register class names 2020-12-10 13:51:56 -08:00
spec Rollup merge of #81255 - sunfishcode:wasi-no-export-dynamic, r=alexcrichton 2021-01-31 16:36:44 +01:00
lib.rs Dogfood 'str_split_once() with compiler/ 2020-12-07 12:48:44 -07:00