deno.com

class WebAssembly.RuntimeError

extends Error

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

MDN

Constructors #

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

Creates a new WebAssembly.RuntimeError object.