Rollup merge of #99643 - daxpedda:sign-ext-wasm, r=oli-obk
Add `sign-ext` target feature to the WASM target Some target features are still missing from that list. See #97808 for basically the same PR by `@alexcrichton.` Related issue: #96472. PR introducing this issue: #87402.
This commit is contained in:
commit
f4c25270d4
@ -249,6 +249,7 @@
|
||||
("bulk-memory", Some(sym::wasm_target_feature)),
|
||||
("mutable-globals", Some(sym::wasm_target_feature)),
|
||||
("reference-types", Some(sym::wasm_target_feature)),
|
||||
("sign-ext", Some(sym::wasm_target_feature)),
|
||||
];
|
||||
|
||||
const BPF_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[("alu32", Some(sym::bpf_target_feature))];
|
||||
|
Loading…
Reference in New Issue
Block a user