mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
670fcf59d8
This commit changes the runtime.putchar implementation to directly call the `write` system call. This reduces the binary size by around 2.7kB.