Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 614 Bytes

File metadata and controls

31 lines (21 loc) · 614 Bytes

lib-bpmn-engine-js

status

experimental playground is online https://nitram509.github.io/lib-bpmn-engine-js/

link

The actual BPMN engine's sources are available here: https://github.com/nitram509/lib-bpmn-engine

build

GOOS=js GOARCH=wasm go build -o static/main.wasm .
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" static/wasm_exec.js

test

export PATH="$PATH:$(go env GOROOT)/misc/wasm"
GOOS=js GOARCH=wasm go test ./...

WiP: test code generator

cd cmd
go run . -package=github.com/nitram509/lib-bpmn-engine/pkg/bpmn_engine -type=BpmnEngineState