wasm-posix-host
    Preparing search index...

    Interface HomebrewLazyLayerBasePackageSource

    Immutable package-release identity for the exact lower VFS output.

    interface HomebrewLazyLayerBasePackageSource {
        archive: {
            bytes: number;
            format: "kandelo-package-tar-zstd-v2";
            sha256: string;
            url: string;
        };
        index: { abi: number; bytes: number; sha256: string; url: string };
        kind: "kandelo-package-output";
        output: { bytes: number; name: string; path: string; sha256: string };
        package: {
            arch: "wasm32" | "wasm64";
            cache_key_sha: string;
            name: string;
            revision: number;
            version: string;
        };
        schema: 1;
    }
    Index

    Properties

    archive: {
        bytes: number;
        format: "kandelo-package-tar-zstd-v2";
        sha256: string;
        url: string;
    }
    index: { abi: number; bytes: number; sha256: string; url: string }
    kind: "kandelo-package-output"
    output: { bytes: number; name: string; path: string; sha256: string }
    package: {
        arch: "wasm32" | "wasm64";
        cache_key_sha: string;
        name: string;
        revision: number;
        version: string;
    }
    schema: 1