🏠 New in Low Baseline Support: Tail call optimization (WebAssembly)

December 11, 2024

caniuse · mdn · spec

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

Source features