diff --git a/Makefile b/Makefile index 2233e9f..428ab15 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ SOURCE_FILES := $(shell test -e src/ && find src -type f) VERSION := $(shell sed --posix -n 's,^version = \"\(.*\)\",\1,p' Cargo.toml) policy.wasm: $(SOURCE_FILES) Cargo.* - cargo build --target=wasm32-wasi --release - cp target/wasm32-wasi/release/*.wasm policy.wasm + cargo build --target=wasm32-wasip1 --release + cp target/wasm32-wasip1/release/*.wasm policy.wasm artifacthub-pkg.yml: metadata.yml Cargo.toml $(warning If you are updating the artifacthub-pkg.yml file for a release, \