Link: Epsilon
https://github.com/ziggy42/epsilon
Epsilon is a WebAssembly (WASM) runtime written entirely in Go with zero external dependencies. This makes it an excellent choice for embedding WASM execution capabilities in Go applications without adding complexity to your dependency tree.
It would be interesting to see some performance numbers and compare it with other runtimes. It looks pretty cool anyway...