wasm-posix-host
    Preparing search index...

    Interface ExecRequestMessage

    interface ExecRequestMessage {
        path: string;
        pid: number;
        type: "exec_request";
    }
    Index

    Properties

    Properties

    path: string
    pid: number
    type: "exec_request"