[ ARTICLE.SYS ]
AI Engineering
⋅5 min read
Running time-series forecasting in the browser with Rust and WebAssembly
For WaySightAI I set the constraint that raw time-series data never leaves the user's browser, which meant the CSV parsing, cleaning, stationarity tests, and forecasting all had to run client-side. The core math is written in Rust and compiled to WebAssembly, and this blogpost goes through the architecture, the benchmark numbers, and the tradeoffs.
Dan




