Notes on running Go in the browser with WebAssembly

from blog Eli Bendersky's website, | ↗ original
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 …