To launch the editor:
$ cargo run --manifest-path crates\editor\Cargo.toml
To run the web runner:
$ cargo run-wasm --manifest-path crates\web_runner\Cargo.toml --release --package web_runner
To build the web runner:
$ wasm-pack build crates\web_runner
Description
Languages
Rust
88.2%
JavaScript
10.6%
Go
1.2%