We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c87288 commit 8b8bbf0Copy full SHA for 8b8bbf0
compiler/rustc_target/src/spec/wasm32_unknown_emscripten.rs
@@ -35,7 +35,7 @@ pub fn target() -> Target {
35
exe_suffix: ".js".to_string(),
36
linker: None,
37
is_like_emscripten: true,
38
- panic_strategy: PanicStrategy::Unwind,
+ panic_strategy: PanicStrategy::Abort,
39
post_link_args,
40
families: vec!["unix".to_string()],
41
..options
0 commit comments