Skip to content

Commit

Permalink
Update Wizer and Wasmtime (#799)
Browse files Browse the repository at this point in the history
* Update Wizer and Wasmtime

* cargo vet

* Update wizer in build assets
  • Loading branch information
jeffcharles authored Nov 1, 2024
1 parent 2037ce1 commit 17020a1
Show file tree
Hide file tree
Showing 6 changed files with 348 additions and 421 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install wizer
env:
WIZER_VERSION: 3.0.1
WIZER_VERSION: 7.0.0
run: |
wget -nv https://github.com/bytecodealliance/wizer/releases/download/v${{ env.WIZER_VERSION }}/wizer-v${{ env.WIZER_VERSION }}-x86_64-macos.tar.xz -O /tmp/wizer.tar.xz
mkdir /tmp/wizer
Expand Down
Loading

0 comments on commit 17020a1

Please sign in to comment.