Web platform features explorer

Tail call optimization (WebAssembly)

Newly available since 2024-12-11
Tags: webassembly Groups: WebAssembly

Tail call optimization discards a caller frame and replaces the call with a jump instruction.

Learning resources on MDN

No MDN documentation found. You can search for the feature on MDN. If you believe that MDN has no documentation about this feature, you can open an issue on MDN's GitHub repository.

Browser support