|
|
|
|
|
by nhatcher
592 days ago
|
|
At the time of writing, you can use Rust, Javascript and Python bindings. The React front-end communicates with wasm compiled from Rust. Java bindings are planed but not in the next ~6 months. A client/serve architecture (like libreoffice does) with IPC or sockets might be a good idea for languages that we don't provide bindings to. also not planned for the next 6 months |
|
Just to clarify, this means that the entire engine is compiled into wasm and runs inside the browser? There is no server component?