Add multivalue target feature to WASM target

This commit is contained in:
Julien Cretin 2022-10-27 18:08:30 +02:00
parent 0da281b606
commit dad28ad6d5

View File

@ -267,6 +267,7 @@
// tidy-alphabetical-start
("atomics", Some(sym::wasm_target_feature)),
("bulk-memory", Some(sym::wasm_target_feature)),
("multivalue", Some(sym::wasm_target_feature)),
("mutable-globals", Some(sym::wasm_target_feature)),
("nontrapping-fptoint", Some(sym::wasm_target_feature)),
("reference-types", Some(sym::wasm_target_feature)),