🏠 New in Low Baseline Support: Tail call optimization (WebAssembly)
December 11, 2024
Tail call optimization discards a caller frame and replaces the call with a jump instruction.
Source features
webassembly.tail-calls[mdn]
December 11, 2024
Tail call optimization discards a caller frame and replaces the call with a jump instruction.
webassembly.tail-calls [mdn]