Skip to main content
class WebAssembly.LinkError
extends Error

Indicates an error during module instantiation (besides traps from the start function).

Constructors

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