Skip to content

Commit

Permalink
wasm32-wasi has been removed in Rust 1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 10, 2024
1 parent 82a81c0 commit 83f051b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ jobs:
# WASI
# rustup target list | grep -e '-wasi'
# rustc --print target-list | grep -e '-wasi'
- target: wasm32-wasi
- target: wasm32-wasip1

# macOS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Only specifying a major version is supported.

| target | host | runner | note |
| ------ | ---- | ------ | ---- |
| `wasm32-wasi` | x86_64 Linux | wasmtime | |
| `wasm32-wasi` | x86_64 Linux | wasmtime | [Removed in Rust 1.84](https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html) |
| `wasm32-wasip1` | x86_64 Linux | wasmtime | |

(Other WASI targets supported by [rust-cross-toolchain](https://github.com/taiki-e/rust-cross-toolchain#wasi) may also work, although this action's CI has not tested them.)
Expand Down

0 comments on commit 83f051b

Please sign in to comment.