wasm-posix-host
    Preparing search index...

    Interface HomebrewRuntimeLayerSelection

    interface HomebrewRuntimeLayerSelection {
        basePackages: HomebrewVfsPackagePlan[];
        id: string;
        layerPackages: HomebrewVfsPackagePlan[];
        packages: HomebrewVfsPackagePlan[];
        rootPackage: string;
    }
    Index

    Properties

    basePackages: HomebrewVfsPackagePlan[]

    Members reused by full package name from the verified lower composition.

    id: string
    layerPackages: HomebrewVfsPackagePlan[]

    Exact members that the runtime layer must pour.

    Complete dependency-first closure for this one runtime root.

    rootPackage: string