go
Integrating Go with JavaScript through WebAssembly and Web Workers
posted on in go , webassembly , javascript , web workers
Increasingly, processing in web applications is moved to the client side. Is JavaScript always the right tool for the job? I don’t believe it’s always the answer, especially when we can take advantage of tools such as WebAssembly. In this article, we’ll take a look at integrating Golang compiled down to WebAssembly with an SPA demo through a Web Worker.
continue reading »Built with ❤ by Paweł J. Wal in 2023. Hugo helped.
Blog contents, except where otherwise noted, are CC BY-SA 4.0. Code of this blog is MIT.