We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e09f42 commit b96ae9bCopy full SHA for b96ae9b
compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs
@@ -28,6 +28,7 @@ pub fn target() -> Target {
28
linker: None,
29
is_like_emscripten: true,
30
panic_strategy: PanicStrategy::Unwind,
31
+ no_default_libraries: false,
32
post_link_args,
33
families: cvs!["unix", "wasm"],
34
..options
0 commit comments