Releases: tinygo-org/tinygo
Releases · tinygo-org/tinygo
Release 0.2.0
Release 0.2.0 has greatly improved standards library support.
- command line
- add version subcommand
- compiler
- fix a bug in floating point comparisons with NaN values
- fix a bug when calling
panic
in package initialization code - add support for comparing
complex64
andcomplex128
- cgo
- add support for external globals
- add support for pointers and function pointers
- standard library
fmt
: initial support,fmt.Println
worksmath
: support for most/all functionsos
: initial support (only stdin/stdout/stderr)reflect
: initial supportsyscall
: add support for amd64, arm, and arm64
Initial release
This is the first release of TinyGo!