Skip to main content
WebAssembly.LinkError - WASM - Web documentation
class WebAssembly.LinkError
extends Error
The `WebAssembly.LinkError` object indicates an error during module instantiation (besides traps from the start function). [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/LinkError)

Constructors

new
LinkError(
message?: string,
options?: ErrorOptions,
)
Creates a new WebAssembly.LinkError object.