Skip to content

Commit

Permalink
Add WASI preview2 job in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 29, 2024
1 parent b245e2a commit ee6cd5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
name: WebAssembly
target: wasm32-unknown-unknown
- rust: nightly
name: WASI
name: WASI preview1
target: wasm32-wasip1
- rust: nightly
name: WASI preview2
target: wasm32-wasip2
- rust: nightly
name: Windows
os: windows
Expand Down

0 comments on commit ee6cd5d

Please sign in to comment.