Skip to content

Commit 2467654

Browse files
authored
Rollup merge of #133213 - alexcrichton:fix-tier-listing, r=jieyouxu
Correct the tier listing of `wasm32-wasip2` This target is tier 2, not tier 3, and I forgot to update this. Closes #133206
2 parents 49aec06 + 616013f commit 2467654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support/wasm32-wasip2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `wasm32-wasip2`
22

3-
**Tier: 3**
3+
**Tier: 2**
44

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

0 commit comments

Comments
 (0)