Skip to content

Commit

Permalink
Merge pull request #34 from kubewarden/wasip1
Browse files Browse the repository at this point in the history
chore(deps): move to wasm32-wasip1 target
  • Loading branch information
viccuad authored Jun 5, 2024
2 parents e7bf38b + 3876f5a commit 32395f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SOURCE_FILES := $(shell test -e src/ && find src -type f)

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

annotated-policy.wasm: policy.wasm metadata.yml
kwctl annotate -m metadata.yml -u README.md -o annotated-policy.wasm policy.wasm
Expand Down

0 comments on commit 32395f0

Please sign in to comment.