Go ^1.12
The ability to manipulate the DOM is sometimes crucial when it comes to working with apps powered by WebAssembly. In this lesson, we will see how we can utilize Go's syscall/js
module to interact with the DOM by porting a sample JS code snippet to Go.