The same validated Rust engine as the desktop app and CLI, compiled to WebAssembly. No server; nothing leaves your machine.
Analyze a network to see the report…
StormSewer engine (GPL-3.0-or-later) — free and open source. Build:
cargo build -p stormsewer-wasm --target wasm32-unknown-unknown --release
then wasm-bindgen … --target web --out-dir wasm/pkg (see wasm/build.sh).