Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/wasip3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ generate-bindings: install-patched-go
go mod tidy

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

.PHONY: run
run: build-component
Expand Down
2 changes: 1 addition & 1 deletion examples/wasip3/wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// We actually don't use this; it's just to let bindgen! find the corresponding world in wit/deps.
package wasmtime:wasi-http;

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