Eli Bendersky

Notes on running Go in the browser with WebAssembly

2024-9-14

Eli Bendersky

Recently I've had to compile Go to WebAssembly to run in the browser in a couple of small projects (#1, #2), and in general spent some time looking at WebAssembly. I find WebAssembly to be an exciting technology, both for the web and for other uses (e.g. with WASI …