wasm-posix-host
    Preparing search index...

    Interface BrowserResolverOptions

    Per-mount scratch SAB sizing. Defaults to BROWSER_SCRATCH_SAB_BYTES for any mount not in the map.

    interface BrowserResolverOptions {
        scratchSabBytes?: Record<string, number>;
    }
    Index

    Properties

    Properties

    scratchSabBytes?: Record<string, number>

    Mount path → initial SAB size in bytes. Overrides the default.