• Check if WASM files are accessible at the given path

    Parameters

    • basePath: string = "/"

      Base URL path to check

    Returns Promise<{
        available: boolean;
        error?: string;
        missingFiles: string[];
    }>

    Promise resolving to true if files are accessible