valhalla-browser API
    Preparing search index...

    Interface NativeStats

    Native build identity and cumulative memory/cache counters for this worker.

    interface NativeStats {
        abi: number;
        decodedCacheBytes: number;
        decodedCacheHits: number;
        sourceRevision: string;
        valhallaVersion: string;
        wasmHeapCapacityHighWaterBytes: number;
    }
    Index
    abi: number

    SDK/native bridge ABI version.

    decodedCacheBytes: number

    Bytes retained in the native decoded-tile cache; excludes live references outside that cache.

    decodedCacheHits: number

    Cumulative native tile-cache lookup hits.

    sourceRevision: string

    Upstream Git revision compiled into WASM; must match the dataset.

    valhallaVersion: string

    Valhalla release compiled into the worker's WASM.

    wasmHeapCapacityHighWaterBytes: number

    Allocated linear-memory capacity high-water in bytes, not live allocations or process RSS.