@runno/wasi
    Preparing search index...

    Type Alias BinaryWASIFile

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

    Properties

    content: Uint8Array
    mode: "binary"
    path: WASIPath
    timestamps: WASITimestamps