@@ -309,14 +309,15 @@ const RISCV_ALLOWED_FEATURES: &[(&str, Stability)] = &[
309
309
const WASM_ALLOWED_FEATURES : & [ ( & str , Stability ) ] = & [
310
310
// tidy-alphabetical-start
311
311
( "atomics" , Unstable ( sym:: wasm_target_feature) ) ,
312
- ( "bulk-memory" , Unstable ( sym :: wasm_target_feature ) ) ,
312
+ ( "bulk-memory" , Stable ) ,
313
313
( "exception-handling" , Unstable ( sym:: wasm_target_feature) ) ,
314
+ ( "extended-const" , Stable ) ,
314
315
( "multivalue" , Unstable ( sym:: wasm_target_feature) ) ,
315
- ( "mutable-globals" , Unstable ( sym :: wasm_target_feature ) ) ,
316
- ( "nontrapping-fptoint" , Unstable ( sym :: wasm_target_feature ) ) ,
316
+ ( "mutable-globals" , Stable ) ,
317
+ ( "nontrapping-fptoint" , Stable ) ,
317
318
( "reference-types" , Unstable ( sym:: wasm_target_feature) ) ,
318
319
( "relaxed-simd" , Unstable ( sym:: wasm_target_feature) ) ,
319
- ( "sign-ext" , Unstable ( sym :: wasm_target_feature ) ) ,
320
+ ( "sign-ext" , Stable ) ,
320
321
( "simd128" , Stable ) ,
321
322
// tidy-alphabetical-end
322
323
] ;
0 commit comments