rust
11 posts
Rust And WebAssembly - wasm-pack
wasm-pack makes JavaScript, Rust based WebAssembly applications should be interoperable with the JavaScript world.
Rust And WebAssembly - JavaScript API
The rustwasm team's answer to that is the `js-sys` crate.
Rust And WebAssembly For the masses - Sharing Classes
Let us see how easy it is to share classes between JavaScript and WebAssembly
Binding your WebAssembly and JavaScript with wasm-bindgen
WebAssembly can only send and receive number between JavaScript and WebAssembly module.
Rust and WebAssembly - Introduction
Rust has the best tooling support that integrates well with JavaScript developers.
Recreate Dev.to offline using RustWasm
Dev's offline page is fun. Can we do that with Rust and WebAssembly?
Increase Rust and WebAssembly performance
The dream of running native code in the browser is not something new.