Update nbody example for Rust (#528)

This commit is contained in:
Max Graey
2019-03-06 22:27:54 +02:00
committed by Daniel Wirtz
parent f841f0fe1f
commit 5f547131ab
6 changed files with 18 additions and 14 deletions

View File

@ -1,7 +1,7 @@
### Build
```bash
cargo build --release --target=wasm32-unknown-unknown
cargo +nightly build --release --target wasm32-unknown-unknown
```
***Next step optimize target wasm via wasm-opt.***
***Next step optimize target wasm via wasm-gc***