Notes on running Go in the browser with WebAssembly
Recently I’ve had to compile Go to WebAssembly to run in the browser in a couple of small projects , , 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 ...