Skip to content

Commit

Permalink
Merge pull request WebAssembly#18 from mnordine/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg authored Jun 20, 2022
2 parents a906a4d + 7258eb9 commit 8d7be0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/tail-call/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Add two instructions:
* `return_call <funcidx>`, the tail-call version of `call`
* `return_call_indirect <tableidx> <typeidx>`, the tail-call version of `call_indirect`

Other language extensions like [typed function refereces](https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md) that introduce new call instructions will also introduce tail versions of these new instructions.
Other language extensions like [typed function references](https://github.com/WebAssembly/function-references/blob/master/proposals/function-references/Overview.md) that introduce new call instructions will also introduce tail versions of these new instructions.


### Validation
Expand Down

0 comments on commit 8d7be0b

Please sign in to comment.