wasm-posix-host
    Preparing search index...

    Interface HomebrewVfsFormulaLayerEntry

    One bottle-owned object projected from the fixed private payload subtree to its final guest path. The source path remains the original bottle TAR member; immutable runtime descriptors and release URLs are derived later.

    interface HomebrewVfsFormulaLayerEntry {
        mode: number;
        path: string;
        size: number;
        source_path: string;
        target?: string;
        type: "symlink" | "file" | "directory" | "hardlink";
    }
    Index

    Properties

    mode: number
    path: string
    size: number
    source_path: string
    target?: string

    Symlink text, or the absolute final guest path for a hard link.

    type: "symlink" | "file" | "directory" | "hardlink"