deno / 1.23.2 / ~ / webassembly.linkerror.html /

WebAssembly.LinkError

The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function).

MDN

class LinkError extends Error {
constructor();
}

Extends

Error

Constructors

new LinkError()

Creates a new WebAssembly.LinkError object.