wasm-posix-host
    Preparing search index...

    Interface ThreadChannelAttachment

    One clone allocation event that may attach exactly one host syscall channel.

    The Rust kernel chose tid. Host launch code may read these immutable values to initialize the thread Worker, but it cannot supply or replace the task identity when attaching the channel. Object identity is validated at runtime; copying these fields does not create another attachment authority.

    interface ThreadChannelAttachment {
        "[threadChannelAttachmentBrand]": true;
        argPtr: number;
        ctidPtr: number;
        fnPtr: number;
        memory: Memory;
        pid: number;
        stackPtr: number;
        tid: number;
        tlsPtr: number;
    }
    Index

    Properties

    "[threadChannelAttachmentBrand]": true
    argPtr: number
    ctidPtr: number
    fnPtr: number
    memory: Memory
    pid: number
    stackPtr: number
    tid: number
    tlsPtr: number