@runno/wasi
    Preparing search index...

    Interface ProcProvider

    interface ProcProvider {
        exec(req: ProcExecRequest): WASIX32v1.Result;
        fork(): ProcForkResult;
        id(): number;
        join(pid: number): ProcExitInfo;
        parentId(): number;
        spawn(req: ProcSpawnRequest): number;
    }
    Index

    Methods