Skip to content

Commit d97559f

Browse files
committedOct 1, 2024·
Add two more WebAssembly features to the list of accepted ones
This is intended to be a sibling PR to rust-lang/rust#131080 to update the reference documentation for wasm supporting two more features.
1 parent 9c21bee commit d97559f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/attributes/codegen.md

+4
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ Feature | Implicitly Enables | Description
282282
`relaxed-simd` | `simd128` | [WebAssembly relaxed simd proposal][relaxed-simd]
283283
`sign-ext` | | [WebAssembly sign extension operators Proposal][sign-ext]
284284
`simd128` | | [WebAssembly simd proposal][simd128]
285+
`multivalue` | | [WebAssembly multivalue proposal][multivalue]
286+
`reference-types` | | [WebAssembly reference-types proposal][reference-types]
285287

286288
[bulk-memory]: https://github.com/WebAssembly/bulk-memory-operations
287289
[extended-const]: https://github.com/WebAssembly/extended-const
@@ -290,6 +292,8 @@ Feature | Implicitly Enables | Description
290292
[relaxed-simd]: https://github.com/WebAssembly/relaxed-simd
291293
[sign-ext]: https://github.com/WebAssembly/sign-extension-ops
292294
[simd128]: https://github.com/webassembly/simd
295+
[reference-types]: https://github.com/webassembly/reference-types
296+
[multivalue]: https://github.com/webassembly/multi-value
293297

294298
### Additional information
295299

0 commit comments

Comments
 (0)
Please sign in to comment.