tinygo/src
Ayke van Laethem 5cd8ba2421 all: refactor goenv.Version to add the git sha1 if needed
Previously all (except one!) usage of goenv.Version manually added the
git sha1 hash, leading to duplicate code. I've moved this to do it all
in one place, to avoid this duplication.
2023-10-04 16:20:32 +02:00
..
crypto build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
device device/gba: additional IO mapping for sound, DMA, SIO, and sprites 2023-04-24 18:11:29 +02:00
examples bulid: Rename Makefile to GNUmakefile 2023-10-01 14:55:34 +02:00
internal all: Go 1.21 support 2023-08-04 11:59:11 +02:00
machine atsamd21, atsamd51: add support for USB INTERRUPT OUT 2023-09-16 09:30:05 +02:00
net Added missing TCPAddr and UDPAddr implementations to the net package 2023-03-10 10:11:32 -08:00
os wasm: add support for GOOS=wasip1 2023-08-17 18:16:54 +02:00
reflect compiler,reflect: add support for [...]T -> []T in reflect 2023-09-10 13:05:18 +02:00
runtime all: refactor goenv.Version to add the git sha1 if needed 2023-10-04 16:20:32 +02:00
sync sync: add implementation from upstream Go for OnceFunc, OnceValue, and OnceValues 2023-07-20 08:09:03 +02:00
syscall wasm: add support for GOOS=wasip1 2023-08-17 18:16:54 +02:00
testing wasm: add support for GOOS=wasip1 2023-08-17 18:16:54 +02:00