We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d44fb2 commit ff83f61Copy full SHA for ff83f61
2 files changed
examples/wasip3/Makefile
@@ -14,7 +14,7 @@ generate-bindings: install-patched-go
14
go mod tidy
15
16
build-component: generate-bindings
17
- componentize-go --world wasip3-example componentize --go ../../$(GO)/bin/go
+ componentize-go --world wasip3-example build --go ../../$(GO)/bin/go
18
19
.PHONY: run
20
run: build-component
examples/wasip3/wit/world.wit
@@ -1,6 +1,6 @@
1
// We actually don't use this; it's just to let bindgen! find the corresponding world in wit/deps.
2
package wasmtime:wasi-http;
3
4
-world bindings {
+world wasip3-example {
5
include wasi:http/service@0.3.0-rc-2026-03-15;
6
}
0 commit comments