#
tinygo
Here are 42 public repositories matching this topic...
Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
-
Updated
Dec 27, 2020 - Go
Cross-platform Bluetooth API for Go and TinyGo.
macos
linux
bluetooth
windows-10
ble
bluetooth-low-energy
central
peripheral
nordicsemi
softdevice
tinygo
-
Updated
Feb 14, 2021 - C
A `net` implementation for Go and TinyGo based on unisockets, targeting both WebAssembly and native platforms.
-
Updated
Jan 18, 2021 - Go
Code for the multiclass classifier version of SEFR
golang
classifier
machine-learning
microcontrollers
micropython
machine-learning-algorithms
python3
classification
circuitpython
arduino-sketch
iris-dataset
tinygo
sefr-classifier
avrs
-
Updated
Jan 25, 2021 - Python
Use TinyGo to create the basic WebGL triangle in Wasm. About 9.5kB compressed.
-
Updated
Feb 29, 2020 - Go
A universal Berkeley sockets implementation for both WebAssembly (based on WebRTC) and native platforms with bindings for C, Go and TinyGo.
c
go
webrtc
webassembly
wasm
bsd-sockets
wasi
tinygo
posix-sockets
berkeley-sockets
unisockets
tinynet
-
Updated
Jan 10, 2021 - TypeScript
Prototype of firmware written in TinyGo for replacement controller for Model M keyboard
-
Updated
Nov 3, 2019 - Go
Golang 8/16 bit math functions for when speed matters more than precision https://godoc.org/github.com/13rac1/fastmath
-
Updated
Aug 15, 2019 - Go
-
Updated
Jul 27, 2019 - JavaScript
This project demonstrates how to shrink a WebAssembly App, with a total size of around 3 Megabyte, down to 50 Kilobyte by using tinygo.
-
Updated
Dec 7, 2019 - Go
This repo contains some examples showing tinygo features. Making use of arduino and webassembly
-
Updated
Sep 18, 2020 - Go
SDK for creating waPC WebAssembly Guest Modules in TinyGo
-
Updated
Oct 4, 2020 - Go
nand2tetris HackVM implemented in Go
-
Updated
Sep 26, 2020 - Go
Improve this page
Add a description, image, and links to the tinygo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tinygo topic, visit your repo's landing page and select "manage topics."


It seems that tinygo doesn't not support MIPS based embedded devices out of the box, although LLVM does support the following:
My intent is to execute the tinygo compiled binary within a mipsel linux box, no