Sunsetting the Rustwasm GitHub Org

3 starwatch 1 9/16/2025, 4:28:25 AM blog.rust-lang.org ↗

Comments (1)

starwatch · 4h ago
After seeing warnings about rustwasm not being maintained [1], I'm glad that wasm-bindgen is still actively supported [2]. That said, it's concerning that many previously recommended practices (e.g. like relying on wasm-pack) are now in question [3]. This makes it harder for devs to adopt Rust for building WASM apps.

[1]: https://rustwasm.github.io/docs/book/

[2]: https://github.com/wasm-bindgen

[3]: https://github.com/wasm-bindgen/wasm-bindgen/issues/4634