wasm-posix-host
    Preparing search index...

    Interface VfsImageCapacity

    interface VfsImageCapacity {
        byteLength: number;
        maxByteLength: number;
    }
    Index

    Properties

    byteLength: number

    Serialized SharedArrayBuffer length carried by the image.

    maxByteLength: number

    Filesystem growth ceiling declared by the image superblock.