We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
multivalue
1 parent 0da281b commit dad28adCopy full SHA for dad28ad
1 file changed
compiler/rustc_codegen_ssa/src/target_features.rs
@@ -267,6 +267,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
267
// tidy-alphabetical-start
268
("atomics", Some(sym::wasm_target_feature)),
269
("bulk-memory", Some(sym::wasm_target_feature)),
270
+ ("multivalue", Some(sym::wasm_target_feature)),
271
("mutable-globals", Some(sym::wasm_target_feature)),
272
("nontrapping-fptoint", Some(sym::wasm_target_feature)),
273
("reference-types", Some(sym::wasm_target_feature)),
0 commit comments