wasm-bindgen

wasm-bindgen making Rust and JavaScript interoperability easy

Reading Time: 4 minutes If you are familiar with WebAssembly and know how to run the wasm modules, then you would know how hard it was to make a Rust wasm module run using JavaScript. So to solve that, there is a tool called wasm-bindgen. It is a wonderful tool that allows greater interoperability between Rust WebAssembly modules and JavaScript. So, let us begin and see how to use Continue Reading