Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.