This is a demo project showing how the smallest Go program using logrus can be compiled to the WASI target using both TinyGo and Go 1.21 (not yet released)
- wasmtime cli
- docker
- gotip
Build and run using tinygo:
make demo-tinygo.wasm
Build and run using go official compiler:
make demo-go.wasm