Recently, I've been working with WebAssembly using Rust. There is a fantastic ecosystem in Rust for running code in the browser using tools like wasm-bindgen and web-sys to provide abstractions over the FFI and bindings for JavaScript APIs. While these …