class WebAssembly.LinkError extends ErrorThe WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function). MDN ConstructorsnewLinkError()Creates a new WebAssembly.LinkError object.