Isaac Clayton's Website

Personal website built with WASM, Rust, and a bit of love; fast, content-addressed, and versioned.

About

I've always wanted to write a website for myself, and things recently fell in place for that to become a possibility. This website is versioned, content-addressed, and lightning quick - the back-end is written in Rust; pages are served through Cloudflare's edge network via WASM Workers. You can read more about the design and implementation of this website on the About this Website page, or you can take a look at the source on Github.

Why Workers?

Cloudflare Workers has sped up the speed at which content is delivered significantly; rewriting the back-end in Rust w/ WASM was also quite enjoyable. Cloudflare's Wrangler preview/dev allow for a fairly rapid pace of development, and deployment is also quite simple. Wrangler KV is also quite fast which has made it useful as a general-purpose database.