We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65eda50 commit 79f2a59Copy full SHA for 79f2a59
Makefile
@@ -102,7 +102,7 @@ $(BIN_PATH)/%: plugins/%/*
102
$(Q)echo "Building $@..."; \
103
cd $(dir $<) && $(GO_BUILD) -o $@ .
104
105
-$(BIN_PATH)/wasm: plugins/wasm/
+$(BIN_PATH)/wasm: plugins/wasm/*
106
107
mkdir -p $(BIN_PATH) && \
108
cd $(dir $<) && GOOS=wasip1 GOARCH=wasm $(GO_BUILD) -o $@ -buildmode=c-shared .
0 commit comments