Hacker News new | ask | show | jobs
by paradite 593 days ago
> The React front-end communicates with wasm compiled from Rust.

Just to clarify, this means that the entire engine is compiled into wasm and runs inside the browser? There is no server component?

1 comments

The server:

* Serves the files * Stores if you click share * Converts to xlsx if you download * Imports model

The engine is fully compiled to wasm and run in the browser.