Hacker News new | ask | show | jobs
by anoop_kumar 10 days ago
Does this run on WebAssembly in the browser?
1 comments

No WebAssembly right now. It runs fully in the browser, but uses JavaScript for CSV parsing and chart rendering.

For small and medium CSV exports, plain JS has been enough so far. WASM could be useful later if I add support for very large files.