Optimize Go WebAssembly binary size with TinyGo

InstructorXiaoru Li

Share this video with your friends

Send Tweet

Go ^1.12, TinyGo ^0.12.0, Node ^12.14.0

The WebAssembly binaries generated by the standard Go compiler are often unnecessarily large. In this lesson, we will learn techniques to optimize Go Wasm binary size with an alternative compiler that is designed for microcontrollers - TinyGo.