Skip to main content
Module

x/netzo/deno.d.ts>WebAssembly.RuntimeError

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
class WebAssembly.RuntimeError
extends Error
import { WebAssembly } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";
const { RuntimeError } = WebAssembly;

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

MDN

Constructors

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

Creates a new WebAssembly.RuntimeError object.