wasm-posix-host
    Preparing search index...

    Interface HomebrewVfsBuildReport

    interface HomebrewVfsBuildReport {
        image?: string;
        metadata: {
            kandelo_abi: number;
            kandelo_commit: string;
            kandelo_repository: string;
            release_tag: string;
            tap_commit: string;
            tap_name: string;
            tap_repository: string;
        };
        packages: HomebrewVfsPackageReport[];
        schema: 1;
    }
    Index

    Properties

    image?: string
    metadata: {
        kandelo_abi: number;
        kandelo_commit: string;
        kandelo_repository: string;
        release_tag: string;
        tap_commit: string;
        tap_name: string;
        tap_repository: string;
    }
    schema: 1