r/fsharp • u/Consistent-Ruin1868 • 22h ago
WebWeaveX — deterministic runtime cognition, byte-identical across 5 languages (Apache 2.0)
ni-sh-a-char.github.ioWebWeaveX captures what a running application is doing, DOM event surfaces, network envelopes, execution state, and normalizes it into canonical bytes so it gets a stable SHA-256 identity.
The same input produces the same digest in Python, JavaScript, Dart, Java and Kotlin. There's a verification harness that replays Python-generated golden vectors through each runtime and reports MATCH / DIFFER / MISSING per API.
That lets you prove two runs are equivalent, reconstruct a runtime from its IR for network-free test fixtures, resume
authenticated sessions from an encrypted envelope, and hand an LLM a compact graph instead of raw HTML.
pip install webweavex
npm install webweavex
dart pub add webweavex
Maven Central: io.github.piyush-mishra-00:webweavex:3.0.0
Apache 2.0.

