WebWasmWebAssembly.LinkErrorclass WebAssembly.LinkErrorextends Error The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function). MDN Constructors ##LinkError(message?: string,options?: ErrorOptions,) newCreates a new WebAssembly.LinkError object.
class WebAssembly.LinkErrorextends Error The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function). MDN Constructors ##LinkError(message?: string,options?: ErrorOptions,) newCreates a new WebAssembly.LinkError object.