deno / latest / ~ / webassembly.runtimeerror.html

WebAssembly.RuntimeError

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

MDN

class RuntimeError extends Error {
    
constructor(message?: string, options?: ErrorOptions);
}

Extends

Error

Constructors

new RuntimeError(message?: string, options?: ErrorOptions)

Creates a new WebAssembly.RuntimeError object.