wasm32 build instructions
This commit is contained in:
parent
bfcb2e3a53
commit
e15996f5aa
@ -8,6 +8,13 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install rust
|
||||
cargo run --package=egui_circles # build & run
|
||||
```
|
||||
|
||||
### wasm32 build target
|
||||
|
||||
```bash
|
||||
cargo install --locked trunk # https://trunkrs.dev
|
||||
trunk serve # visit http://127.0.0.1:8080
|
||||
```
|
||||
|
||||
# Acknowledgments
|
||||
|
||||
### ImGui
|
||||
|
Loading…
Reference in New Issue
Block a user