WebAssembly.RuntimeErrorinterface RuntimeError extends Error {}var RuntimeError: {(message?: string): RuntimeError; prototype: RuntimeError; new (message?: string): RuntimeError; };§Extends§Error[src]