@runno/runtime
    Preparing search index...

    Type Alias CompleteResult

    type CompleteResult = {
        exitCode: number;
        fs: WASIFS;
        resultType: "complete";
        stderr: string;
        stdin: string;
        stdout: string;
        tty: string;
    }
    Index

    Properties

    exitCode: number
    fs: WASIFS
    resultType: "complete"
    stderr: string
    stdin: string
    stdout: string
    tty: string