tinygo 0.6.0
TinyGo is a compiler for the Go programming language, designed for use in areas such as microcontrollers, WASM, and command-line utility development. TinyGo utilizes tools and libraries written in the Go project while providing an alternative method for compiling programs based on LLVM projects. The project's goals include: ensuring the smallest executable file size, supporting the largest number of microcontrollers, and supporting WebAssembly. […]
