Skip to content

Commit 052ba16

Browse files
committed
Turn wasm-eh on by default
1 parent a2f19a0 commit 052ba16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ options! {
18181818
"emit a section containing stack size metadata (default: no)"),
18191819
emit_thin_lto: bool = (true, parse_bool, [TRACKED],
18201820
"emit the bc module with thin LTO info (default: yes)"),
1821-
emscripten_wasm_eh: bool = (false, parse_bool, [TRACKED],
1821+
emscripten_wasm_eh: bool = (true, parse_bool, [TRACKED],
18221822
"Use WebAssembly error handling for wasm32-unknown-emscripten"),
18231823
enforce_type_length_limit: bool = (false, parse_bool, [TRACKED],
18241824
"enforce the type length limit when monomorphizing instances in codegen"),

0 commit comments

Comments
 (0)