Skip to main content

RuntimeError

class WebAssembly.RuntimeError
extends Error

The WebAssembly.RuntimeError object is the error type that is thrown whenever WebAssembly specifies a trap.

MDN

Constructors Jump to heading

new
Jump to headingRuntimeError(
message?: string,
options?: ErrorOptions,
)

Creates a new WebAssembly.RuntimeError object.

Back to top