File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -273,10 +273,20 @@ attempting to use instructions unsupported by the Wasm engine will fail at load
273
273
time without the risk of being interpreted in a way different from what the
274
274
compiler expected.
275
275
276
- Feature | Description
277
- ------------|-------------------
278
- ` simd128 ` | [ WebAssembly simd proposal] [ simd128 ]
279
-
276
+ Feature | Description
277
+ ----------------------|-------------------
278
+ ` bulk-memory ` | [ WebAssembly bulk memory operations proposal] [ bulk-memory ]
279
+ ` extended-const ` | [ WebAssembly extended const expressions proposal] [ extended-const ]
280
+ ` mutable-globals ` | [ WebAssembly mutable global proposal] [ mutable-globals ]
281
+ ` nontrapping-fptoint ` | [ WebAssembly non-trapping float-to-int conversion proposal] [ nontrapping-fptoint ]
282
+ ` sign-ext ` | [ WebAssembly sign extension operators Proposal] [ sign-ext ]
283
+ ` simd128 ` | [ WebAssembly simd proposal] [ simd128 ]
284
+
285
+ [ bulk-memory ] : https://github.com/WebAssembly/bulk-memory-operations
286
+ [ extended-const ] : https://github.com/WebAssembly/extended-const
287
+ [ mutable-globals ] : https://github.com/WebAssembly/mutable-global
288
+ [ nontrapping-fptoint ] : https://github.com/WebAssembly/nontrapping-float-to-int-conversions
289
+ [ sign-ext ] : https://github.com/WebAssembly/sign-extension-ops
280
290
[ simd128 ] : https://github.com/webassembly/simd
281
291
282
292
### Additional information
You can’t perform that action at this time.
0 commit comments