Rebuilt My Blog Again - This Time It's True Love!
A few days ago, after finishing some busy work, that rebuild idea started creeping up again.
This article will explore various ways to reduce the size of Rust-compiled wasm files, thereby reducing the time it takes for the frontend to load wasm files.
This article will discuss the mutual function calls between Rust and JS. Based on this, a large number of daily functional developments can be implemented.
Rust and WebAssembly integration for web development extends beyond basic functionality to include DOM manipulation and efficient type handling.
This quick start guide introduces the integration of Rust and WebAssembly for web development. It covers setting up a Rust project, compiling to WebAssembly, and running Rust code in the browser.