SongGuess
    Preparing search index...

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

    interface CompileError {
        message: string;
        name: string;
        stack?: string;
    }

    Hierarchy

    • Error
      • CompileError
    Index

    Properties

    Properties

    message: string
    name: string
    stack?: string