Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Future of Rust WASM
I learned Rust for wasm a few months ago using wasm-bindgen, web-sys, and wasm-pack. No bundlers, no fancy frameworks; just Rust, vanillaJS, and HTML. I was pretty happy how well Rust and JS work on the front end. More recently however, the documentation has been disappearing. This has something to do with "sunsetting" the wasm group. I thought this just meant they wouldn't be adding features.
I am starting to get afraid that these foundational Rust crates for wasm are going to be deprecated or obsolete. Is there some alternative Rust wasm crates I should be using instead? Or is it safe to keep using wasm-bindgen, web-sys, and wasm-pack for the foreseeable future?
3 posts - 2 participants
🏷️ Rust_feed