viperid/README.md

15 lines
278 B
Markdown

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