wasm-posix-host
    Preparing search index...

    Interface HomebrewVfsBuildReport

    interface HomebrewVfsBuildReport {
        catalog?: HomebrewVfsCatalogReport;
        compatibility_links?: HomebrewVfsCompatibilityLinkReport[];
        image?: string;
        link_conflicts?: HomebrewVfsLinkConflictReport[];
        materialization?: {
            bottle_mirror: {
                asset_count: number;
                collection_sha256: string;
                manifest_bytes: number;
                manifest_path: string;
                manifest_sha256: string;
                repository: string;
                tag: string;
            };
            deferred_package_order: string[];
            deferred_tree_count: number;
            embedded_package_order: string[];
            embedded_tree_count: number;
            policy: "kandelo-homebrew-vfs-materialization-policy";
            runtime_support?: {
                activation_capability: "homebrew:runtime";
                activation_root: "/usr/bin/brew";
                deferred_relocation_formulae: string[];
                id: "homebrew-runtime-support";
                package_order: string[];
                tree_count: number;
            };
        };
        metadata: {
            kandelo_abi: number;
            kandelo_commit: string;
            kandelo_repository: string;
            release_tag: string;
            tap_commit: string;
            tap_name: string;
            tap_repository: string;
        };
        migration_lock?: HomebrewVfsMigrationLockBinding;
        packages: HomebrewVfsPackageReport[];
        runtime_state?: HomebrewVfsRuntimeStateReport[];
        schema: 1;
        selection: HomebrewVfsSelectionReport;
    }
    Index

    Properties

    catalog?: HomebrewVfsCatalogReport
    compatibility_links?: HomebrewVfsCompatibilityLinkReport[]
    image?: string
    link_conflicts?: HomebrewVfsLinkConflictReport[]
    materialization?: {
        bottle_mirror: {
            asset_count: number;
            collection_sha256: string;
            manifest_bytes: number;
            manifest_path: string;
            manifest_sha256: string;
            repository: string;
            tag: string;
        };
        deferred_package_order: string[];
        deferred_tree_count: number;
        embedded_package_order: string[];
        embedded_tree_count: number;
        policy: "kandelo-homebrew-vfs-materialization-policy";
        runtime_support?: {
            activation_capability: "homebrew:runtime";
            activation_root: "/usr/bin/brew";
            deferred_relocation_formulae: string[];
            id: "homebrew-runtime-support";
            package_order: string[];
            tree_count: number;
        };
    }
    metadata: {
        kandelo_abi: number;
        kandelo_commit: string;
        kandelo_repository: string;
        release_tag: string;
        tap_commit: string;
        tap_name: string;
        tap_repository: string;
    }
    migration_lock?: HomebrewVfsMigrationLockBinding
    runtime_state?: HomebrewVfsRuntimeStateReport[]
    schema: 1