Skip to content

Correct the tier listing of wasm32-wasip2 #133213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Correct the tier listing of wasm32-wasip2
This target is tier 2, not tier 3, and I forgot to update this.

Closes #133206
  • Loading branch information
alexcrichton committed Nov 19, 2024
commit 616013fc49bc6cb7a627c64114bfdd9784ae6d0c
2 changes: 1 addition & 1 deletion src/doc/rustc/src/platform-support/wasm32-wasip2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `wasm32-wasip2`

**Tier: 3**
**Tier: 2**

The `wasm32-wasip2` target is a new and still (as of January 2024) an
experimental target. This target is an extension to `wasm32-wasip1` target,
Expand Down
Loading