1
Fork 0

Add support for wasm exception handling to Emscripten target

Gated behind an unstable `-Z emscripten-wasm-eh` flag
This commit is contained in:
Hood Chatham 2024-10-17 13:00:35 +02:00
parent bf6f8a4d32
commit 49c74234a7
21 changed files with 131 additions and 10 deletions

View file

@ -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);