| ... | ... | @@ -195,6 +195,7 @@ pub const Feature = struct { |
| 195 | 195 | bulk_memory, |
| 196 | 196 | exception_handling, |
| 197 | 197 | extended_const, |
| 198 | multimemory, |
| 198 | 199 | multivalue, |
| 199 | 200 | mutable_globals, |
| 200 | 201 | nontrapping_fptoint, |
| ... | ... | @@ -218,6 +219,7 @@ pub const Feature = struct { |
| 218 | 219 | .bulk_memory => "bulk-memory", |
| 219 | 220 | .exception_handling => "exception-handling", |
| 220 | 221 | .extended_const => "extended-const", |
| 222 | .multimemory => "multimemory", |
| 221 | 223 | .multivalue => "multivalue", |
| 222 | 224 | .mutable_globals => "mutable-globals", |
| 223 | 225 | .nontrapping_fptoint => "nontrapping-fptoint", |