logo
BlogProjectsAbout

2025

  • Rebuilt My Blog Again - This Time It's True Love!

    February 24, 2025

    A few days ago, after finishing some busy work, that rebuild idea started creeping up again.

2023

  • Getting Fancy with Rust and WebAssembly (Part 4) - Smaller wasm file size

    October 27, 2023

    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.

  • Getting Fancy with Rust and WebAssembly (Part 3) - Rust and JS interaction

    June 26, 2023

    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.

  • Getting Fancy with Rust and WebAssembly (Part 2) - DOM Manipulation and Type Conversion

    June 14, 2023

    Rust and WebAssembly integration for web development extends beyond basic functionality to include DOM manipulation and efficient type handling.

  • Getting Fancy with Rust and WebAssembly (Part 1) - Quick Start

    June 13, 2023

    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.