Exception
open class Exception(exceptionTag: Tag, payload: ReadonlyArray<*>, options: ExceptionOptions = definedExternally)(source)
The WebAssembly.Exception
object represents a runtime exception thrown from WebAssembly to JavaScript, or thrown from JavaScript to a WebAssembly exception handler.
Constructors
Link copied to clipboard
constructor(exceptionTag: Tag, payload: ReadonlyArray<*>, options: ExceptionOptions = definedExternally)