wasm-posix-host
    Preparing search index...

    Interface VfsImageRestoreOptions

    Options for restoring a VFS image into a live filesystem.

    interface VfsImageRestoreOptions {
        maxByteLength?: number;
    }
    Index

    Properties

    Properties

    maxByteLength?: number

    Permit the restored SharedArrayBuffer to grow up to this byte length, without raising the filesystem ceiling encoded in the image superblock.