Update readme for wasm
This commit is contained in:
parent
fd591b3ee5
commit
43b4eaf5ab
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -48,11 +48,11 @@ Standalone:
|
||||||
cargo run --release
|
cargo run --release
|
||||||
```
|
```
|
||||||
|
|
||||||
WASM requires [miniserve](https://github.com/svenstaro/miniserve), or some other http server, such as `python3 -m http.server`.
|
WASM requires:
|
||||||
For miniserve, see:
|
- [wasm-pack](https://github.com/rustwasm/wasm-pack)
|
||||||
```sh
|
- `cargo install wasm-pack`
|
||||||
./run-wasm.sh
|
- [miniserve](https://github.com/svenstaro/miniserve), or some other http server, such as `python3 -m http.server`.
|
||||||
```
|
- For miniserve, see: `run-wasm.sh`
|
||||||
|
|
||||||
## References
|
## References
|
||||||
- [wgpu examples](https://github.com/gfx-rs/wgpu/blob/master/wgpu/examples)
|
- [wgpu examples](https://github.com/gfx-rs/wgpu/blob/master/wgpu/examples)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue