1
Fork 0
rust-wasm/README.md
2020-12-17 20:40:36 +01:00

24 lines
303 B
Markdown

rust-wasm
=========
Playground for rust stuff in the browser.
Currently it is a nice visualisation.
## Build
```
wasm-pack build
cd www
npm install
```
## Run
```
cd www
npm run start
```
This command automatically watches the files, so you can build
rust stuff and it will automatically appear.