Just wondering if those of you using web assembly for front end projects, experience a consistent experience across different browsers. More interestingly, I am wondering whether the experience is more consistent than pure JavaScript across different browsers.
The major difference between WebAssembly implementations in different browsers is their support for experimental features, which you can see here: Roadmap - WebAssembly
You may notice when compiling your Rust code that you may need to enable specific features, like theading. That means you'll have to change the rustflags section in your Cargo.toml. The set of features is AFAIK undocumented, but there are a few hints here and there: