viperid/README.md

15 lines
278 B
Markdown
Raw Permalink Normal View History

To launch the editor:
```
$ cargo run --manifest-path crates\editor\Cargo.toml
```
2024-04-23 04:10:09 +00:00
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
```