wasm-posix-host
    Preparing search index...

    Interface LazyTreeActivation

    interface LazyTreeActivation {
        atomicGroup?: LazyAtomicGroupMembership;
        capabilities: string[];
        mode: "boot-prefetch" | "first-use";
        roots: string[];
    }
    Index

    Properties

    Optional fail-closed activation transaction shared by several trees. Every member is fetched and validated before one namespace commit.

    capabilities: string[]
    mode: "boot-prefetch" | "first-use"
    roots: string[]