The Phase B backend composition: the TS accounting stack (ChunkedPoolGeometryTilePool) wired over the wasm tile pool, ready to hand to DemandGeometryQueue.

interface WasmTileBackend {
    pool: ChunkedPool;
    tiles: GeometryTilePool<number>;
}

Properties

Properties

The TS accounting pool (mirrors the wasm pool's budget and chunking).

tiles: GeometryTilePool<number>

The GeometryTiles backend for the demand queue.