Skip to content

Tips for developing with TinyGo

Justin Clift edited this page May 9, 2019 · 1 revision

Minimising or eliminating memory allocation

From @aykevl - One way to find out where heap memory is allocated is using -gc=none. You'll get a linker error that should point to the location in the program (except on wasm).