Go + WASM: Run Bytecode Code in Your Browser

I was thinking "Can I run native binaries in the browser?" Naturally, my mind jumped to languages like Go or Rust—languages built compiling down to something close to the metal (bin). But here's the...