W3cubDocs

/Deno

WebAssembly.CompileError

The WebAssembly.CompileError object indicates an error during WebAssembly decoding or validation.

MDN

class CompileError extends Error {
constructor();
}

Extends

Error

Constructors

new CompileError()

Creates a new WebAssembly.CompileError object.