File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,8 @@ Feature | Implicitly Enables | Description
282
282
` relaxed-simd ` | ` simd128 ` | [ WebAssembly relaxed simd proposal] [ relaxed-simd ]
283
283
` sign-ext ` | | [ WebAssembly sign extension operators Proposal] [ sign-ext ]
284
284
` simd128 ` | | [ WebAssembly simd proposal] [ simd128 ]
285
+ ` multivalue ` | | [ WebAssembly multivalue proposal] [ multivalue ]
286
+ ` reference-types ` | | [ WebAssembly reference-types proposal] [ reference-types ]
285
287
286
288
[ bulk-memory ] : https://github.com/WebAssembly/bulk-memory-operations
287
289
[ extended-const ] : https://github.com/WebAssembly/extended-const
@@ -290,6 +292,8 @@ Feature | Implicitly Enables | Description
290
292
[ relaxed-simd ] : https://github.com/WebAssembly/relaxed-simd
291
293
[ sign-ext ] : https://github.com/WebAssembly/sign-extension-ops
292
294
[ simd128 ] : https://github.com/webassembly/simd
295
+ [ reference-types ] : https://github.com/webassembly/reference-types
296
+ [ multivalue ] : https://github.com/webassembly/multi-value
293
297
294
298
### Additional information
295
299
You can’t perform that action at this time.
0 commit comments