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.
starwatch•2h ago
[1]: https://rustwasm.github.io/docs/book/
[2]: https://github.com/wasm-bindgen
[3]: https://github.com/wasm-bindgen/wasm-bindgen/issues/4634