Hacker News new | ask | show | jobs
Sunsetting the Rustwasm GitHub Org (blog.rust-lang.org)
4 points by starwatch 274 days ago
1 comments

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