RustBytes blog.

NOTE: This blog is a work in progress, and is not yet complete. Please check back later for more content.

Welcome to the RustBytes blog! This blog is about Rust, WebAssembly, WebGPU, and other technologies that I may find interesting.

The blog is written in Astro, a static site generator that I find to have good performance, allows for modern web development practices, and is easy to use whilst still gnerating static files.

You can find the source code for this blog on GitHub.

To follow along with some of the posts, you may want to have the following tools installed: (not required)

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ rustup target add wasm32-unknown-unknown
$ cargo install trunk