Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 565 Bytes

File metadata and controls

26 lines (20 loc) · 565 Bytes

webhook-go

Go reimplementation of webhook.

Setting up

Required versions of tinygo, wit-bindgen-go-cli, wasm-tools can be found in dev-deps.txt. See Go tooling for more information.

go mod init <module-path>
./regen.sh

Building

./build.sh

Deplying and running with Obelisk

# in repo root
obelisk server run --config obelisk-local-go-all.toml

Testing

See webhook readme.