Type alias BinaryWASIFile

BinaryWASIFile: {
    content: Uint8Array;
    mode: "binary";
    path: WASIPath;
    timestamps: WASITimestamps;
}

Type declaration

Generated using TypeDoc