diff --git a/Makefile b/Makefile index 923b387..c19e8f3 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ 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, \