@runno/wasi
    Preparing search index...

    Type Alias WASIFile

    WASIFile: { path: WASIPath; timestamps: WASITimestamps } & (
        | { content: string; mode: "string" }
        | { content: Uint8Array; mode: "binary" }
    )