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
This commit is contained in:
commit
2467654917
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# `wasm32-wasip2`
|
# `wasm32-wasip2`
|
||||||
|
|
||||||
**Tier: 3**
|
**Tier: 2**
|
||||||
|
|
||||||
The `wasm32-wasip2` target is a new and still (as of January 2024) an
|
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,
|
experimental target. This target is an extension to `wasm32-wasip1` target,
|
||||||
|
|
Loading…
Add table
Reference in a new issue