wasm-posix-host
    Preparing search index...

    Interface HomebrewVfsFormulaLayerManifest

    interface HomebrewVfsFormulaLayerManifest {
        activation: {
            capabilities: string[];
            mode: "boot-prefetch" | "first-use";
            roots: string[];
        };
        kind: "kandelo-homebrew-vfs-formula-layer";
        package: string;
        payload: { mount_prefix: "/"; root: "libexec/kandelo-vfs-layer/rootfs" };
        schema: 1;
    }
    Index

    Properties

    activation: {
        capabilities: string[];
        mode: "boot-prefetch" | "first-use";
        roots: string[];
    }
    kind: "kandelo-homebrew-vfs-formula-layer"
    package: string
    payload: { mount_prefix: "/"; root: "libexec/kandelo-vfs-layer/rootfs" }
    schema: 1