Skip to content

Commit 2701ff8

Browse files
authored
Merge pull request #717 from ardnew/pid-request/TinyGo
PID Request: TinyGo — A Go Compiler for Small Places
2 parents 40a63d1 + 9ea040a commit 2701ff8

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

1209/9090/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
---

org/TinyGo/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+

0 commit comments

Comments
 (0)