File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
examples/component/invoke Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11module github.com/wasmCloud/go/examples/component/invoke
22
3- go 1.23.0
3+ go 1.24
44
55require (
66 github.com/stretchr/testify v1.10.0
@@ -33,3 +33,8 @@ require (
3333
3434// NOTE(lxf): Remove this line if running outside of wasmCloud/go repository
3535replace go.wasmcloud.dev/component => ../../../component
36+
37+ tool (
38+ go.bytecodealliance.org/cmd/wit-bindgen-go
39+ go.wasmcloud.dev/wadge/cmd/wadge-bindgen-go
40+ )
Original file line number Diff line number Diff line change 1- //go:generate go run go.bytecodealliance.org/cmd/ wit-bindgen-go generate --world example --out gen ./wit
1+ //go:generate go tool wit-bindgen-go generate --world example --out gen ./wit
22
33package main
44
Original file line number Diff line number Diff line change 1- //go:generate go run go.wasmcloud.dev/wadge/cmd/ wadge-bindgen-go -test
1+ //go:generate go tool wadge-bindgen-go -test
22
33package main
44
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments