Add support for wasm exception handling to Emscripten target
Gated behind an unstable `-Z emscripten-wasm-eh` flag
This commit is contained in:
parent
bf6f8a4d32
commit
49c74234a7
21 changed files with 131 additions and 10 deletions
|
@ -782,6 +782,7 @@ fn test_unstable_options_tracking_hash() {
|
|||
tracked!(dwarf_version, Some(5));
|
||||
tracked!(embed_source, true);
|
||||
tracked!(emit_thin_lto, false);
|
||||
tracked!(emscripten_wasm_eh, true);
|
||||
tracked!(export_executable_symbols, true);
|
||||
tracked!(fewer_names, Some(true));
|
||||
tracked!(fixed_x18, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue