8 points | by lfdev a day ago ago
3 comments
curious how it compares with doing these charts using Claude or any other model?
Does this run on WebAssembly in the browser?
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.
curious how it compares with doing these charts using Claude or any other model?
Does this run on WebAssembly in the browser?
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.