Skip to content

Commit

Permalink
👷 Add test for wasm without wasisdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Sep 5, 2024
1 parent d255420 commit d8ab7d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
container: emscripten/emsdk:latest
- target: wasm32-unknown-unknown
container: ghcr.io/portable-network-archive/wasi-sdk-gh-actions:wasi-sdk-23
- target: wasm32-unknown-unknown
- target: wasm32-wasi
container: ghcr.io/portable-network-archive/wasi-sdk-gh-actions:wasi-sdk-23
- target: wasm32-wasi

runs-on: ubuntu-latest
container: ${{ matrix.container }}
Expand Down

0 comments on commit d8ab7d2

Please sign in to comment.