Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
class WebAssembly.LinkError
extends Error

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

MDN

Constructors

new
LinkError(message?: string, options?: ErrorOptions)

Creates a new WebAssembly.LinkError object.