@runno/wasi
    Preparing search index...

    Type Alias ProcExecRequest

    type ProcExecRequest = {
        args: string[];
        env: Record<string, string>;
        path: string;
    }
    Index

    Properties

    Properties

    args: string[]
    env: Record<string, string>
    path: string