wasm-posix-host
    Preparing search index...

    Interface LazyFileEntry

    Serializable lazy file entry for transfer between instances.

    interface LazyFileEntry {
        ino: number;
        path: string;
        size: number;
        url: string;
    }
    Index

    Properties

    Properties

    ino: number
    path: string
    size: number
    url: string