wasm-posix-host
    Preparing search index...

    Interface RegisterHomebrewDeferredTreeCollectionOptions

    interface RegisterHomebrewDeferredTreeCollectionOptions {
        atomicActivationGroup?: string;
        fs: MemoryFileSystem;
        id: string;
        mountPrefix?: string;
        schema: 4 | 5;
        trees: readonly HomebrewDeferredTreeDescriptor[];
    }
    Index

    Properties

    atomicActivationGroup?: string

    Bind every tree to one fail-closed first-use transaction. The producer's per-keg roots remain valid entrypoints; the shared group controls commit.

    id: string

    Human-readable identity used in collision diagnostics.

    mountPrefix?: string
    schema: 4 | 5

    Schema 5 admits absent/equal mergeable directories.

    Producer-verified closed trees with concrete immutable transport URLs.