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