a32719d709
The Quickstart-WASM page only mentioned `MACD` and `BollingerBands` as multi-output indicators. After R3 (this branch) every candle-input WASM class also exposes a structured `update`: `Stochastic`, `ADX`, `Keltner`, `Donchian`, `Aroon` (plus `SuperTrend`, which has always been there). The "Multi-output indicators" section now lists every multi-output shape in a table, and a short note at the end calls out the 0.1.5 parity: every candle-input indicator ships `update` / `batch` / `reset` / `isReady` / `warmupPeriod`, so browser code doesn't need to replay `batch` on each tick anymore.