Skip to content

Rendered Rustc book out of sync: wasm32-wasip2 should be documented as Tier-2 target #133206

Closed
@ifsheldon

Description

@ifsheldon

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.

Image
Image

And I looked up the source code.

[`wasm32-wasip2`](platform-support/wasm32-wasip2.md) | ✓ | WebAssembly with WASIp2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsO-wasmTarget: WASM (WebAssembly), http://webassembly.org/T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions