Skip to main content

CompileError

class WebAssembly.CompileError
extends Error

The WebAssembly.CompileError object indicates an error during WebAssembly decoding or validation.

MDN

Constructors Jump to heading

new
Jump to headingCompileError(
message?: string,
options?: ErrorOptions,
)

Creates a new WebAssembly.CompileError object.

Back to top