We, Go Türkiye🇹🇷, are organizing monthly Go events, workshops, and an annual Go conference named GopherCon Turkey, follow us on Kommunity: https://kommunity.com/goturkiye
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 browser using any language of your choice (which has support for WASM). If there are programs, algorithms written in GO, you can simply port them to the browser using WASM. It's a concept, not a language which you would require to code in, it's a binary format that 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 your problem.
There are no comments. Be the first one!