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

November 3, 2024

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