Skip to content

Commit dad28ad

Browse files
committed
Add multivalue target feature to WASM target
1 parent 0da281b commit dad28ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_ssa/src/target_features.rs

+1
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
267267
// tidy-alphabetical-start
268268
("atomics", Some(sym::wasm_target_feature)),
269269
("bulk-memory", Some(sym::wasm_target_feature)),
270+
("multivalue", Some(sym::wasm_target_feature)),
270271
("mutable-globals", Some(sym::wasm_target_feature)),
271272
("nontrapping-fptoint", Some(sym::wasm_target_feature)),
272273
("reference-types", Some(sym::wasm_target_feature)),

0 commit comments

Comments
 (0)