Live data from Hacker News

Tail-call optimization proposal for WASM

github.com

1–3 of 3 posts

Re: Tail-call optimization proposal for WASM

#3

Didn'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.