@runno/wasi
    Preparing search index...

    Type Alias WASIExecutionResult

    type WASIExecutionResult = {
        exitCode: number;
        fs: WASIFS;
    }
    Index

    Properties

    Properties

    exitCode: number
    fs: WASIFS