Skip to content

Commit 82336c1

Browse files
committed
wasm target feature: exception handling
1 parent e94bda3 commit 82336c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_ssa/src/target_features.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
282282
// tidy-alphabetical-start
283283
("atomics", Some(sym::wasm_target_feature)),
284284
("bulk-memory", Some(sym::wasm_target_feature)),
285+
("exception-handling", Some(sym::wasm_target_feature)),
285286
("multivalue", Some(sym::wasm_target_feature)),
286287
("mutable-globals", Some(sym::wasm_target_feature)),
287288
("nontrapping-fptoint", Some(sym::wasm_target_feature)),

0 commit comments

Comments
 (0)