wasm-posix-host
    Preparing search index...

    Interface LazyTreeContent

    interface LazyTreeContent {
        bytes: number;
        decoder: LazyTreeDecoder;
        expandedBytes: number;
        mediaType:
            | "application/zip"
            | "application/vnd.oci.image.layer.v1.tar+gzip";
        modePolicy?: "portable-posix-v1";
        sha256: string;
        source?: LazyTreeSourceInventory;
        sourceEntryCount: number;
        transports: string[];
    }
    Index

    Properties

    bytes: number
    expandedBytes: number

    Exact decoder expansion bound declared by the trusted inventory.

    mediaType: "application/zip" | "application/vnd.oci.image.layer.v1.tar+gzip"
    modePolicy?: "portable-posix-v1"

    Closed install-mode normalization for portable package ZIP outputs.

    sha256: string

    Complete source-member truth for a byte-identical original bottle.

    sourceEntryCount: number
    transports: string[]

    Byte-identical transport mirrors, tried in declared order.