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 ```