wasm target feature: exception handling
This commit is contained in:
parent
e94bda3bf1
commit
82336c1311
@ -282,6 +282,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
|
|||||||
// tidy-alphabetical-start
|
// tidy-alphabetical-start
|
||||||
("atomics", Some(sym::wasm_target_feature)),
|
("atomics", Some(sym::wasm_target_feature)),
|
||||||
("bulk-memory", Some(sym::wasm_target_feature)),
|
("bulk-memory", Some(sym::wasm_target_feature)),
|
||||||
|
("exception-handling", Some(sym::wasm_target_feature)),
|
||||||
("multivalue", Some(sym::wasm_target_feature)),
|
("multivalue", Some(sym::wasm_target_feature)),
|
||||||
("mutable-globals", Some(sym::wasm_target_feature)),
|
("mutable-globals", Some(sym::wasm_target_feature)),
|
||||||
("nontrapping-fptoint", Some(sym::wasm_target_feature)),
|
("nontrapping-fptoint", Some(sym::wasm_target_feature)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user