Skip to content

Commit 3f57ad3

Browse files
authored
Merge pull request #1638 from alexcrichton/add-more-wasm-features
Add three more WebAssembly features to the list of accepted ones
2 parents 4a3e009 + 798bf06 commit 3f57ad3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/attributes/codegen.md

+6
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ 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]
287+
`tail-call` | | [WebAssembly tail-call proposal][tail-call]
285288

286289
[bulk-memory]: https://github.com/WebAssembly/bulk-memory-operations
287290
[extended-const]: https://github.com/WebAssembly/extended-const
@@ -290,6 +293,9 @@ Feature | Implicitly Enables | Description
290293
[relaxed-simd]: https://github.com/WebAssembly/relaxed-simd
291294
[sign-ext]: https://github.com/WebAssembly/sign-extension-ops
292295
[simd128]: https://github.com/webassembly/simd
296+
[reference-types]: https://github.com/webassembly/reference-types
297+
[tail-call]: https://github.com/webassembly/tail-call
298+
[multivalue]: https://github.com/webassembly/multi-value
293299

294300
### Additional information
295301

0 commit comments

Comments
 (0)