Type alias WASIExecutionResult

WASIExecutionResult: {
    exitCode: number;
    fs: WASIFS;
}

Type declaration

Generated using TypeDoc