Tail-call optimization proposal for WASM
github.com
Tail-call optimization proposal for WASM
1–3 of 3 posts
Re: Tail-call optimization proposal for WASM
#2Didn't even realize TCO wasn't just an assumed featured, but wow, we need it. Frankly surprised it's not been added to JavaScript yet either.
Re: Tail-call optimization proposal for WASM
#3Didn't even realize TCO wasn't just an assumed featured, but wow, we need it. Frankly surprised it's not been added to JavaScript yet either.
I agree TCO is an essential part of the Web ecosystem. What's interesting there is an ensuing discussion with panels from MS where they argue difficulties of having TCOs due to Windows calling conventions.