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 4a107ee commit a01336cCopy full SHA for a01336c
samples/wasm/Makefile
@@ -16,7 +16,7 @@ $(1P_MODULES):
16
mkdir -p ./graphs/wasm-modules
17
$(eval VERSION ?= 1.0.0)
18
$(eval MODE := $(if $(DEBUG),debug,release))
19
- cd $(REPOSITORY_ROOT)/samples/wasm/operators/$@ && \
+ cd $(REPOSITORY_ROOT)/samples/wasm/operators/$@ && \
20
cargo build --target wasm32-wasip2 -p $@ $(if $(DEBUG),, --release) $(CARGO_FLAGS)
21
$(eval file_naming := $(subst -,_,$@))
22
cp --archive $(REPOSITORY_ROOT)/samples/wasm/operators/$@/target/wasm32-wasip2/$(MODE)/$(file_naming).wasm ./graphs/wasm-modules/$@-$(VERSION).wasm
0 commit comments