wasm-posix-host
    Preparing search index...

    Interface HomebrewVfsPlanOptions

    interface HomebrewVfsPlanOptions {
        allowFallback?: boolean;
        arch: HomebrewBottleArch;
        expectedAbi?: number;
        expectedCacheKeys?: Record<string, string>;
        loadLinkManifest: (tapRelativePath: string) => unknown;
        packages: string[];
        runtime?: HomebrewRuntime;
    }
    Index

    Properties

    allowFallback?: boolean
    expectedAbi?: number
    expectedCacheKeys?: Record<string, string>
    loadLinkManifest: (tapRelativePath: string) => unknown
    packages: string[]
    runtime?: HomebrewRuntime