Compile and execute a Go WebAssembly program with Node

InstructorXiaoru Li

Share this video with your friends

Send Tweet

Go ^1.12, Node ^12.14.0

Compiling Go programs to WebAssembly does not require Emscripten, and the process is pretty straight forward. In this lesson, we will learn how to compile a simple Go program to a WebAssembly binary, then execute it with Node.js.