wasm-posix-host
    Preparing search index...

    Interface HomebrewVfsBuildOptions

    interface HomebrewVfsBuildOptions {
        catalogCheckout?: HomebrewVfsCatalogCheckout;
        compatibilityPolicy?: HomebrewVfsCompatibilityPolicy;
        consumerState?: "apply" | "defer";
        createdBy?: string;
        fs?: MemoryFileSystem;
        loadBottleBytes: (
            pkg: HomebrewVfsPackagePlan,
        ) => Uint8Array<ArrayBufferLike> | Promise<Uint8Array<ArrayBufferLike>>;
        migrationLock?: HomebrewVfsMigrationLockBinding;
        selectionSource?: HomebrewVfsSelectionSource;
        writeProfile?: boolean;
    }
    Index

    Properties

    catalogCheckout?: HomebrewVfsCatalogCheckout
    compatibilityPolicy?: HomebrewVfsCompatibilityPolicy
    consumerState?: "apply" | "defer"

    Consumer-owned aliases/profile/runtime state may be applied after lazy trees register.

    createdBy?: string
    loadBottleBytes: (
        pkg: HomebrewVfsPackagePlan,
    ) => Uint8Array<ArrayBufferLike> | Promise<Uint8Array<ArrayBufferLike>>
    migrationLock?: HomebrewVfsMigrationLockBinding
    selectionSource?: HomebrewVfsSelectionSource
    writeProfile?: boolean