We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb977cf commit 1304f17Copy full SHA for 1304f17
compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs
@@ -27,6 +27,8 @@ pub fn target() -> Target {
27
exe_suffix: ".js".into(),
28
linker: None,
29
relocation_model: RelocModel::Pic,
30
+ crt_static_respected: true,
31
+ crt_static_default: true,
32
panic_strategy: PanicStrategy::Unwind,
33
no_default_libraries: false,
34
post_link_args,
0 commit comments