Talk at GopherCon Turkey-2020
Web Assembly AKA WASM is a new way of running high-level languages into the browsers. Cases where you need to do complex computations like gaming, 3d rendering, AI stuff, etc in any language you want(which has support for WASM), it is something you definitely should try out.
Web assembly is a new concept, it's not a language which you would require to code in, it's a binary format which gets ported into the browser directly.
It gives a great performance, portability, no more deployment dependency, offers a variety of languages to code in, best suitable to the nature of the problem.