Proof of Concept Sequence Diagram Generator
Install https://github.com/mna/pigeon and then:
go generate ./...
This is only necessary if the PEG grammar changes.
env GOOS=js GOARCH=wasm go build -v -o dist/main.wasm .
(cd dist && goexec 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))')