mirror of https://github.com/tinygo-org/tinygo.git
wasmstm32webassemblymicrocontrollerarmavrspiwasiadafruitarduinocircuitplayground-expressgpioi2cllvmmicrobitnrf51nrf52nrf52840samd21tinygo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
605 B
18 lines
605 B
6 years ago
|
0.2.0
|
||
|
---
|
||
|
- **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` and `complex128`
|
||
|
- **cgo**
|
||
|
- add support for external globals
|
||
|
- add support for pointers and function pointers
|
||
|
- **standard library**
|
||
|
- `fmt`: initial support, `fmt.Println` works
|
||
|
- `math`: support for most/all functions
|
||
|
- `os`: initial support (only stdin/stdout/stderr)
|
||
|
- `reflect`: initial support
|
||
|
- `syscall`: add support for amd64, arm, and arm64
|