Rust project to archive the rustwasm GitHub org; wasm-bindgen moved to a new org (announced Jul 21, 2025)
Key update
On July 21, 2025 the Rust project announced that the rustwasm GitHub organization will be archived (planned for September 2025) and that the flagship wasm-bindgen repository will be transferred out to a new, project-specific organization with new maintainers. The post says most other repositories in rustwasm will either be archived in place or transferred to their existing maintainers.
Why it matters
If you build or ship WebAssembly with Rust, this is a concrete infrastructure and maintainer-change event that affects the ecosystem you depend on. Crates published to crates.io will continue to work as before, so builds and published package resolution are not immediately broken; however, repository ownership, issue trackers, migration of maintainers, and release processes will move. Practical impacts you should plan for: CI and tooling that reference rustwasm GitHub URLs (actions, direct git deps, submodules) may need updating after transfers; links in docs and onboarding guides will change; the short-term maintenance surface for lesser-maintained rustwasm repos will narrow as the organization is archived, which can raise bitrot risk for tooling wrappers and examples many teams rely on. The transfer of wasm-bindgen to a new org with fresh maintainers is the good part — it clarifies where active development will continue — but it also means you should verify the new maintainer model, subscription channels, and release cadence.
Recommended developer actions right now are simple and low-cost: pin critical crate versions in your dependency manifests and CI to avoid unexpected upgrades during the transition; audit any direct-git dependencies or CI scripts that reference rustwasm repo URLs and prepare to update them; subscribe to the wasm-bindgen repo and the new organization once it appears so you can follow breaking changes or new releases; and if your team relies on lesser-known rustwasm repos, consider forking or contributing to ensure continuity. Overall, this is a stabilizing administrative move for the ecosystem that reduces confusion about project stewardship, but it requires short-term housekeeping for projects that rely on rustwasm-hosted repositories.
Source
Read Next
AWS CDK splits the CLI from the Construct Library (independent releases & new CLI repo)
August 31, 2025AWS announced the CDK CLI and the CDK Construct Library will be released independently and the CLI is moving to a new repository — this changes how you version, install, and automate CDK in CI.
Bun adds Bun.SQL — a zero‑dependency unified SQL client (MySQL, PostgreSQL, SQLite)
August 30, 2025Bun v1.2.21 (Aug 25, 2025) introduces Bun.SQL: a single, zero‑dependency SQL client that supports MySQL/MariaDB (Zig driver), PostgreSQL and SQLite with a consistent tagged‑template API.
pnpm 10.12 (v10.12.1) adds an experimental global virtual store for near‑instant local installs
August 29, 2025pnpm 10.12 introduces a central, graph-hashed virtual store that lets multiple projects reuse exact dependency graphs, dramatically speeding up local installs on warm caches and improving monorepo workflows.