Skip to content

Commit 4b751a4

Browse files
authored
Merge pull request #42 from adamreese/fix/wasip3-example
fix(example/wasip3): update wasip3 example to use latest componentize-go
2 parents 6d44fb2 + ff83f61 commit 4b751a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/wasip3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generate-bindings: install-patched-go
1414
go mod tidy
1515

1616
build-component: generate-bindings
17-
componentize-go --world wasip3-example componentize --go ../../$(GO)/bin/go
17+
componentize-go --world wasip3-example build --go ../../$(GO)/bin/go
1818

1919
.PHONY: run
2020
run: build-component

examples/wasip3/wit/world.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// We actually don't use this; it's just to let bindgen! find the corresponding world in wit/deps.
22
package wasmtime:wasi-http;
33

4-
world bindings {
4+
world wasip3-example {
55
include wasi:http/service@0.3.0-rc-2026-03-15;
66
}

0 commit comments

Comments
 (0)