bevy_fleet 0.1.0

bevy swarm diagnostic, event, metric, and telemetry client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# bevy_fleet for web

## wasm support

to build wasm run:

```bash
cargo build --target wasm32-unknown-unknown --release --no-default-features --features "web"
```

to generate bindings:
> `wasm-bindgen --out-dir ./www/out/ --target web ./target/wasm32-unknown-unknown/release/viewer.wasm`


open a live server of `index.html` and append args: `?arg1=[n | *.gcloud]`