mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
8 lines
392 B
Plaintext
8 lines
392 B
Plaintext
TinyGo is a project to bring the Go programming language to microcontrollers
|
|
and modern web browsers by creating a new compiler based on LLVM. You can
|
|
compile and run TinyGo programs on several different microcontroller boards
|
|
such as the BBC micro:bit and the Arduino Uno. TinyGo can also be used to
|
|
produce WebAssembly (WASM) code which is very compact in size.
|
|
|
|
WWW: https://tinygo.org/
|