Skip to content

Commit 4768c8c

Browse files
feat: introduce playground in docs
1 parent 5c58489 commit 4768c8c

8 files changed

Lines changed: 1339 additions & 106 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ After building with `--release`, use the binary directly:
7272
webui build ./my-app --out ./dist
7373
```
7474

75+
### Building the WASM Playground
76+
77+
The interactive playground runs WebUI in the browser via WebAssembly. The WASM output is committed to the repo — most developers don't need to rebuild it. Only rebuild when you change Rust code in the core crates:
78+
79+
```bash
80+
cargo xtask build-wasm
81+
```
82+
7583
## Contributing
7684

7785
This project welcomes contributions and suggestions. Most contributions require you to agree to a

0 commit comments

Comments
 (0)