Skip to content

Commit

Permalink
Add two more WebAssembly features to the list of accepted ones
Browse files Browse the repository at this point in the history
This is intended to be a sibling PR to rust-lang/rust#131080 to update
the reference documentation for wasm supporting two more features.
  • Loading branch information
Tiger0202 committed Oct 1, 2024
1 parent 657f5bb commit fd37367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/attributes/codegen.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ Feature | Implicitly Enables | Description
`relaxed-simd` | `simd128` | [WebAssembly relaxed simd proposal][relaxed-simd]
`sign-ext` | | [WebAssembly sign extension operators Proposal][sign-ext]
`simd128` | | [WebAssembly simd proposal][simd128]
`multivalue` | | [WebAssembly multivalue proposal][multivalue]
`reference-types` | | [WebAssembly reference-types proposal][reference-types]

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

### Additional information

Expand Down

0 comments on commit fd37367

Please sign in to comment.