File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
examples/component/http-server 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/http-server
22
3- go 1.23.0
3+ go 1.24
44
55require (
66 github.com/stretchr/testify v1.10.0
@@ -35,3 +35,8 @@ require (
3535
3636// NOTE(lxf): Remove this line if running outside of wasmCloud/go repository
3737replace go.wasmcloud.dev/component => ../../../component
38+
39+ tool (
40+ go.bytecodealliance.org/cmd/wit-bindgen-go
41+ go.wasmcloud.dev/wadge/cmd/wadge-bindgen-go
42+ )
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