We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc3836 commit 97cd27aCopy full SHA for 97cd27a
compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs
@@ -37,7 +37,7 @@ pub fn target() -> Target {
37
is_like_emscripten: true,
38
panic_strategy: PanicStrategy::Unwind,
39
post_link_args,
40
- families: vec!["unix".to_string()],
+ families: vec!["unix".to_string(), "wasm".to_string()],
41
..options
42
};
43
Target {
0 commit comments