We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8947db0 commit 1bb5f3fCopy full SHA for 1bb5f3f
src/attributes/codegen.md
@@ -273,10 +273,12 @@ attempting to use instructions unsupported by the Wasm engine will fail at load
273
time without the risk of being interpreted in a way different from what the
274
compiler expected.
275
276
-Feature | Description
277
-------------|-------------------
278
-`simd128` | [WebAssembly simd proposal][simd128]
+Feature | Description
+---------------|-------------------
+`relaxed-simd` | [WebAssembly relaxed simd proposal][relaxed-simd]
279
+`simd128` | [WebAssembly simd proposal][simd128]
280
281
+[relaxed-simd]: https://github.com/WebAssembly/relaxed-simd
282
[simd128]: https://github.com/webassembly/simd
283
284
### Additional information
0 commit comments