August 2019
Beginner to intermediate
798 pages
17h 2m
English
For Go, WebAssembly is just another architecture. Therefore, you can use the cross-compilation capabilities of Go in order to create WebAssembly code.
You will learn more about the cross-compilation capabilities of Go in Chapter 11, Code Testing, Optimization, and Profiling. For now, notice the values of the GOOS and GOARCH environment variables that are being used while compiling Go code into WebAssembly because this is where all the magic happens.
Read now
Unlock full access