WebAssembly.CompileError
The WebAssembly.CompileError
object indicates an error during WebAssembly decoding or validation.
class CompileError extends Error {}
constructor(message?: string, options?: ErrorOptions);
The WebAssembly.CompileError
object indicates an error during WebAssembly decoding or validation.