# re_web_viewer_server
Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.
[](https://crates.io/crates/re_web_viewer_server)
[](https://docs.rs/re_web_viewer_server)


Serves the Rerun web viewer (`re_viewer` as Wasm and HTML) over HTTP.
When developing, you must run `cargo r -p re_build_web_viewer -- --debug` (or `--release`), before building this package.
This is done automatically with `pixi run rerun-web`.