Description
Location
Hi! Today I looked up rustc book for the support of wasm32-wasip2 target. I found the website is still documenting wasm32-wasip2 as a Tier-3 target.
And I looked up the source code.
rust/src/doc/rustc/src/platform-support.md
Line 196 in e6c1e14
The table has been updated, but the document of wasm32-wasip2 is still out of date.
These seems a bit weird to me:
- The table and the specific document for wasm32-wasip2 on the website are both out of date.
- The table in the source code is up to date, while the specific document is out of date.
This issue may also reflect some procedural issues when promoting a target? I saw #129997 and #129998, but they seem not to be enforcing syncs on the rustc book.
I don't know anything about the publication process of rustc book, but I think it should be at least updated when stable Rust 1.82 was announced.
Summary
The published website of rustc book is out of date, documenting wasm32-wasip2 as a Tier-3 target. The source code of rustc book is also partially out of data and out of sync.