Parsed by go-eventlog compiled to WebAssembly · built with Claude Code · module: loading…
Your event log is never sent to a server. The file is read and parsed entirely in your browser, by WebAssembly running on this page. It is never uploaded, stored, or transmitted anywhere — you can disconnect from the network after the page loads and it still works.
The module exports one function. Drop a log, then call
goParseEventlog(bytes, "SHA256") from the devtools console to work with
the result directly — it returns {value, error}.