Web 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.

Browser support