Skip to content

Commit ff83f61

Browse files
committed
fix(example/wasip3): update wasip3 example to use latest componentize-go
1 parent 6d44fb2 commit ff83f61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)