We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f19a0 commit 052ba16Copy full SHA for 052ba16
compiler/rustc_session/src/options.rs
@@ -1818,7 +1818,7 @@ options! {
1818
"emit a section containing stack size metadata (default: no)"),
1819
emit_thin_lto: bool = (true, parse_bool, [TRACKED],
1820
"emit the bc module with thin LTO info (default: yes)"),
1821
- emscripten_wasm_eh: bool = (false, parse_bool, [TRACKED],
+ emscripten_wasm_eh: bool = (true, parse_bool, [TRACKED],
1822
"Use WebAssembly error handling for wasm32-unknown-emscripten"),
1823
enforce_type_length_limit: bool = (false, parse_bool, [TRACKED],
1824
"enforce the type length limit when monomorphizing instances in codegen"),
0 commit comments