Skip to content

Commit

Permalink
Merge pull request #15 from extism/install-wasi32-wasi
Browse files Browse the repository at this point in the history
fix: install wasm32-wasi target
  • Loading branch information
mhmd-azeez authored Nov 29, 2024
2 parents de215b0 + bd03da0 commit 6664e97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown

- name: Add wasm32-wasi target
run: rustup target add wasm32-wasi

- name: Setup `wasm-tools`
uses: bytecodealliance/actions/wasm-tools/setup@v1
Expand Down

0 comments on commit 6664e97

Please sign in to comment.