wasm-posix-host
    Preparing search index...

    Interface HomebrewVfsSelectionReport

    interface HomebrewVfsSelectionReport {
        brewfile?: {
            bytes: number;
            parser: "kandelo-static-brewfile-v1";
            sha256: string;
        };
        kind: "packages"
        | "brewfile";
        requested_packages: string[];
        requested_packages_sha256: string;
    }
    Index

    Properties

    brewfile?: {
        bytes: number;
        parser: "kandelo-static-brewfile-v1";
        sha256: string;
    }
    kind: "packages" | "brewfile"
    requested_packages: string[]
    requested_packages_sha256: string