re_web_viewer_server 0.20.2

Serves the Rerun web viewer (Wasm and HTML) over HTTP
Documentation
1
2
3
4
fn main() {
    // Once we bump to Rust 1.80+ this will tell the checker that this flag actually exists for releases.
    println!("cargo::rustc-check-cfg=cfg(disable_web_viewer_server)");
}