wasm32 build instructions

This commit is contained in:
djmil 2024-08-30 22:50:53 +02:00
parent bfcb2e3a53
commit e15996f5aa

View File

@ -8,6 +8,13 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install rust
cargo run --package=egui_circles # build & run 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 # Acknowledgments
### ImGui ### ImGui