Web features explorer

Exception handling (WebAssembly)

Widely available
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. To learn more, see WebAssembly.Exception, WebAssembly.Exception constructor, WebAssembly.Exception.prototype.getArg(), WebAssembly.Exception.prototype.is(), WebAssembly.Exception.prototype.stack, WebAssembly.Tag, WebAssembly.Tag() constructor, WebAssembly.Tag.prototype.type() at MDN.

Compatibility