Skip to content

Commit a14e703

Browse files
committed
Stabilize Wasm relaxed SIMD
1 parent e356977 commit a14e703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/attributes/codegen.md

+2
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,15 @@ Feature | Description
279279
`extended-const` | [WebAssembly extended const expressions proposal][extended-const]
280280
`mutable-globals` | [WebAssembly mutable global proposal][mutable-globals]
281281
`nontrapping-fptoint` | [WebAssembly non-trapping float-to-int conversion proposal][nontrapping-fptoint]
282+
`relaxed-simd` | [WebAssembly relaxed simd proposal][relaxed-simd]
282283
`sign-ext` | [WebAssembly sign extension operators Proposal][sign-ext]
283284
`simd128` | [WebAssembly simd proposal][simd128]
284285

285286
[bulk-memory]: https://github.com/WebAssembly/bulk-memory-operations
286287
[extended-const]: https://github.com/WebAssembly/extended-const
287288
[mutable-globals]: https://github.com/WebAssembly/mutable-global
288289
[nontrapping-fptoint]: https://github.com/WebAssembly/nontrapping-float-to-int-conversions
290+
[relaxed-simd]: https://github.com/WebAssembly/relaxed-simd
289291
[sign-ext]: https://github.com/WebAssembly/sign-extension-ops
290292
[simd128]: https://github.com/webassembly/simd
291293

0 commit comments

Comments
 (0)