class WebAssembly.CompileErrorextendsError The WebAssembly.CompileError object indicates an error during WebAssembly decoding or validation. MDN ConstructorsnewCompileError(message?: string,options?: ErrorOptions,)Creates a new WebAssembly.CompileError object.