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