deno / 1.23.2 / ~ / 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();
}

Extends

Error

Constructors

new RuntimeError()

Creates a new WebAssembly.RuntimeError object.