My Rusty WebAssembly Journey
This website is a showcase of my journey through the world of WebAssembly (Wasm) and Rust. It is the culmination of working through the Rust and WebAssembly book, exploring the ins and outs of WebAssembly through Rust, using wasm_bindgen
directly for interacting with JavaScript. This experience taught me how to effectively use Rust to create high-performance, reliable, browser-native code using WebAssembly.
This site demonstrates my newfound expertise in:
- Utilizing Rust for web development
- Implementing WebAssembly for enhanced browser performance
- Bridging Rust and JavaScript through
wasm_bindgen