You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`all`|`webui_wasm_all.js`| Parser and handler exports |
14
+
15
+
The default feature is `all`, which powers the online playground. Consumers that only need to render prebuilt protobuf protocol bytes should use the handler bundle to avoid shipping parser code.
16
+
17
+
## Building
18
+
19
+
```bash
20
+
cargo xtask build-wasm
21
+
```
22
+
23
+
This writes the three generated bundles under `docs/.webui-press/public/wasm/`.
8
24
9
25
## Documentation
10
26
11
27
See the [WebUI repository](https://github.com/microsoft/webui) for full usage guides and examples.
0 commit comments