Access JS Functions and Variables from a Go WebAssembly Program

InstructorXiaoru Li

Share this video with your friends

Send Tweet

Go ^1.12

In this lesson, we will see how we can interact with the JavaScript environment by using Go's syscall/js module to call and pass values into a JavaScript function, and access variables available in JS land.