Skip to content

Commit

Permalink
Add wasm32-wasi compilation target.
Browse files Browse the repository at this point in the history
Signed-off-by: Ismo Puustinen <[email protected]>
  • Loading branch information
ipuustin committed May 5, 2023
1 parent c3eac4f commit 36f82d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: ./scripts/validate-docs.sh
- name: Run tests
run: |
rustup target add wasm32-wasi
make test/wasm-modules
sudo -E LD_LIBRARY_PATH=/home/runner/.wasmedge/lib /home/runner/.cargo/bin/cargo test --all --verbose
Expand Down

0 comments on commit 36f82d5

Please sign in to comment.