@@ -324,14 +324,15 @@ const RISCV_ALLOWED_FEATURES: &[(&str, Stability)] = &[
324
324
const WASM_ALLOWED_FEATURES : & [ ( & str , Stability ) ] = & [
325
325
// tidy-alphabetical-start
326
326
( "atomics" , Unstable ( sym:: wasm_target_feature) ) ,
327
- ( "bulk-memory" , Unstable ( sym :: wasm_target_feature ) ) ,
327
+ ( "bulk-memory" , Stable ) ,
328
328
( "exception-handling" , Unstable ( sym:: wasm_target_feature) ) ,
329
+ ( "extended-const" , Stable ) ,
329
330
( "multivalue" , Unstable ( sym:: wasm_target_feature) ) ,
330
- ( "mutable-globals" , Unstable ( sym :: wasm_target_feature ) ) ,
331
- ( "nontrapping-fptoint" , Unstable ( sym :: wasm_target_feature ) ) ,
331
+ ( "mutable-globals" , Stable ) ,
332
+ ( "nontrapping-fptoint" , Stable ) ,
332
333
( "reference-types" , Unstable ( sym:: wasm_target_feature) ) ,
333
334
( "relaxed-simd" , Unstable ( sym:: wasm_target_feature) ) ,
334
- ( "sign-ext" , Unstable ( sym :: wasm_target_feature ) ) ,
335
+ ( "sign-ext" , Stable ) ,
335
336
( "simd128" , Stable ) ,
336
337
// tidy-alphabetical-end
337
338
] ;
0 commit comments