We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sign-ext
1 parent 2e43d06 commit a5de4eeCopy full SHA for a5de4ee
1 file changed
compiler/rustc_codegen_ssa/src/target_features.rs
@@ -249,6 +249,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
249
("bulk-memory", Some(sym::wasm_target_feature)),
250
("mutable-globals", Some(sym::wasm_target_feature)),
251
("reference-types", Some(sym::wasm_target_feature)),
252
+ ("sign-ext", Some(sym::wasm_target_feature)),
253
];
254
255
const BPF_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[("alu32", Some(sym::bpf_target_feature))];
0 commit comments