Fix archived Rust and WebAssembly working group link - #45450
Merged
chrisdavidmills merged 3 commits intoSep 2, 2026
Conversation
BaconMan1168
requested review from
hamishwillee
and removed request for
a team
September 2, 2026 06:01
Contributor
|
Preview URLs (1 page) External URLs (5)URL:
(comment last updated: 2026-09-02 16:54:18) |
chrisdavidmills
requested changes
Sep 2, 2026
chrisdavidmills
left a comment
Contributor
There was a problem hiding this comment.
Thanks, @BaconMan1168. I had a suggestion for you.
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
Josh-Cena
reviewed
Sep 2, 2026
| @@ -407,4 +407,8 @@ wasm-pack publish | |||
|
|
|||
| This is the end of our tutorial; we hope you've found it useful. | |||
Member
There was a problem hiding this comment.
This conclusion isn't useful anymore
Updated the language for clarity and conciseness throughout the document, including explanations of tools and processes related to WebAssembly and Rust.
chrisdavidmills
approved these changes
Sep 2, 2026
chrisdavidmills
left a comment
Contributor
There was a problem hiding this comment.
OK, I think we are good to go now. Thanks, @BaconMan1168.
| @@ -407,4 +407,8 @@ wasm-pack publish | |||
|
|
|||
| This is the end of our tutorial; we hope you've found it useful. | |||
Member
|
LGTM :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Replace the link to the archived
rustwasm/team"get involved" page with a link to the wasm-bindgen project, which the tutorial is built around and remains actively maintained.Motivation
The Rust and WebAssembly Working Group was archived in 2024, and the
rustwasmGitHub org (includingrustwasm/team) was sunset in September 2025 (see the announcement), so the "get involved" link in the Conclusion no longer points anywhere useful.wasm-bindgenwas transferred to its own actively maintained org and is the tool this tutorial teaches, so it's a more relevant place to send readers who want to get involved.Additional details
Related issues and pull requests
Fixes #45442