Skip to main content
class WebAssembly.RuntimeError
extends Error

Is thrown whenever WebAssembly specifies a trap.

Constructors

new
RuntimeError(
message: string,
fileName?: string,
lineNumber?: string,
)