🏠 New in Low Baseline Support: Exception handling (WebAssembly)

May 3, 2022

caniuse · mdn · spec

Exceptions break the normal control flow of execution to represent exceptional behavior, such as an error. You can respond to the exception in JavaScript code.

Source features