SongGuess
    Preparing search index...

    The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function).

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

    Hierarchy

    • Error
      • LinkError
    Index

    Properties

    Properties

    message: string
    name: string
    stack?: string