Spotlights

Short tips, essays, and news about working with Go and software development. Most spotlights originate from my Go newsletter.

WebAssembly in 5 Minutes

Compiling Go code into a WebAssembly module is easy as pie. Getting the code to interact with the browser requires a few lines of Javascript, but it's less complicated than you might think.