Web platform features explorer

Exception handling (WebAssembly)

Widely available since 2024-11-03
Tags: webassembly Groups: WebAssembly

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.

Learning resources on MDN

Browser support