Skip to content

Commit 798bf06

Browse files
committed
Also add info on the tail-call proposal
1 parent d97559f commit 798bf06

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
@@ -284,6 +284,7 @@ Feature | Implicitly Enables | Description
284284
`simd128` | | [WebAssembly simd proposal][simd128]
285285
`multivalue` | | [WebAssembly multivalue proposal][multivalue]
286286
`reference-types` | | [WebAssembly reference-types proposal][reference-types]
287+
`tail-call` | | [WebAssembly tail-call proposal][tail-call]
287288

288289
[bulk-memory]: https://github.com/WebAssembly/bulk-memory-operations
289290
[extended-const]: https://github.com/WebAssembly/extended-const
@@ -293,6 +294,7 @@ Feature | Implicitly Enables | Description
293294
[sign-ext]: https://github.com/WebAssembly/sign-extension-ops
294295
[simd128]: https://github.com/webassembly/simd
295296
[reference-types]: https://github.com/webassembly/reference-types
297+
[tail-call]: https://github.com/webassembly/tail-call
296298
[multivalue]: https://github.com/webassembly/multi-value
297299

298300
### Additional information

0 commit comments

Comments
 (0)