WebNN Adds Bounded Dynamic Inputs Support
On Feb. 18, 2026, developer Tarek Ziade announced end-to-end support for bounded dynamic dimensions in WebNN, enabling autoregressive transformer inference with varying KV-cache sizes in browser backends. The change spans webnn-graph, rustnn, and pywebnn, allowing SmolLM-135M to run token-by-token without WASM fallbacks and keeping decode inside the WebNN backend to improve latency for real LLM workloads.
Key Points
- 1Implements bounded dynamic dimensions across ONNX lowering, runtime checks, and KV-cache plumbing
- 2Prevents slow WASM fallbacks and redundant per-shape exports, preserving single-backend decode performance
- 3Allows token-by-token browser inference for models like SmolLM-135M with bounded sequence lengths
Scoring Rationale
Practical, well-documented engineering push with runnable demos improves browser LLM throughput; impact limited to WebNN and bounded-shape workloads.
Sources
Public references used for this report.
Practice with real Logistics & Shipping data
90 SQL & Python problems · 15 industry datasets
250 free problems · No credit card
See all Logistics & Shipping problems

