Closed rossberg closed 6 years ago
This PR specs, implements, and tests a basic proposal for tail calls:
return_call
return_call_indirect
The PR does not yet introduce any typing distinction for functions that are tail-callers or callees, the details of which still need to be worked out.
Rendered spec is at https://webassembly.github.io/tail-call/core
This PR specs, implements, and tests a basic proposal for tail calls:
return_call
andreturn_call_indirect
.The PR does not yet introduce any typing distinction for functions that are tail-callers or callees, the details of which still need to be worked out.
Rendered spec is at https://webassembly.github.io/tail-call/core