File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout : pid
3+ title : USB
4+ owner : TinyGo
5+ license : MIT
6+ site : https://www.tinygo.org/
7+ source : https://github.com/tinygo-org/tinygo/
8+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ layout : org
3+ title : TinyGo
4+ site : http://www.tinygo.org/
5+ ---
6+ TinyGo brings the Go programming language to embedded systems and to the modern
7+ web by creating a new compiler based on LLVM.
8+
9+ You can compile and run TinyGo programs on over 60 different microcontroller
10+ boards such as the BBC micro: bit and the Arduino Uno.
11+
12+ TinyGo can also produce WebAssembly (WASM) code which is very compact in size.
13+ You can compile programs for web browsers, as well as for server and edge
14+ computing environments that support the WebAssembly System Interface (WASI)
15+ family of interfaces.
16+
You can’t perform that action at this time.
0 commit comments