Skip to content

Commit

Permalink
docs(user-guide/components): add deprecation notice for wasm32-wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l authored Jan 10, 2025
1 parent 568c482 commit d8eaee3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/user-guide/src/concepts/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ These components have been deprecated and are not published in new Rust releases
* `rls` --- [RLS] is a language server that is deprecated and has been replaced
by rust-analyzer.
* `rust-analysis` --- Metadata about the standard library, used by [RLS].
* The `wasm32-wasi` target --- It is now
[deprecated](https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html)
and has been replaced by `wasm32-wasip1`.

## Component availability

Expand Down

0 comments on commit d8eaee3

Please sign in to comment.