wasm-posix-host
    Preparing search index...

    Interface HostDiagnostic

    Host-runtime diagnostic delivered outside a guest process's fd 2 stream.

    status is present when the diagnostic describes a process disposition. Protocol/setup failures that are not tied to an exit status leave it absent.

    interface HostDiagnostic {
        message: string;
        pid: number;
        source: string;
        status?: number;
    }
    Index

    Properties

    message: string
    pid: number
    source: string
    status?: number