WebAssembly.LinkError
The WebAssembly.LinkError
object indicates an error during module instantiation
(besides traps from the start function).
class LinkError extends Error {}
constructor(message?: string, options?: ErrorOptions);
The WebAssembly.LinkError
object indicates an error during module instantiation
(besides traps from the start function).