wasm-posix-host
    Preparing search index...

    Function loadHomebrewBottleMirrorClosedAssets

    • Load a pre-publication bundle under one same-origin path while preserving the final immutable GitHub URLs as the only keys visible to the guest VFS.

      Parameters

      • options: {
            bundleRoot: string;
            embeddedPlanBytes: Uint8Array;
            fetchImpl?: FetchLike;
            maxConcurrency?: number;
        }

      Returns Promise<{ assets: ClosedLazyAsset[]; plan: HomebrewBottleMirrorPlan }>