WebAssembly.RuntimeError
The WebAssembly.RuntimeError
object is the error type that is thrown whenever WebAssembly
specifies a trap.
class RuntimeError extends Error {}
constructor(message?: string, options?: ErrorOptions);
The WebAssembly.RuntimeError
object is the error type that is thrown whenever WebAssembly
specifies a trap.