tinygo/src
Ayke van Laethem afd65e224a
bytealg: update to Go 1.22
A few non-generic functions like HashStrBytes have been kept for
backwards compatibility, so this package should continue to work with
older Go versions (as long as they support generics).
2024-01-17 13:39:57 +01:00
..
crypto stub out more types/funcs to compile against golang.org/x/net/internal/socket (#4037) 2023-12-17 15:32:53 +01:00
device device/gba: additional IO mapping for sound, DMA, SIO, and sprites 2023-04-24 18:11:29 +02:00
examples machine/usb: add support for ISERIAL descriptor 2023-11-07 00:11:40 +01:00
internal bytealg: update to Go 1.22 2024-01-17 13:39:57 +01:00
machine machine/samd51: add UART hardware flow control support 2024-01-17 12:41:15 +01:00
net@c134160ae4 net: update to latest main branch with accept fix 2023-12-19 08:16:40 +01:00
os os/user: add bare-bones implementation of the os/user package 2023-12-30 10:56:23 +01:00
reflect reflect: stub FuncOf() 2023-11-04 22:44:56 +01:00
runtime runtime: stub out Breakpoint() function 2023-12-08 21:10:26 +01:00
sync sync: add implementation from upstream Go for OnceFunc, OnceValue, and OnceValues 2023-07-20 08:09:03 +02:00
syscall stub out more types/funcs to compile against golang.org/x/net/internal/socket (#4037) 2023-12-17 15:32:53 +01:00
testing wasm: add support for GOOS=wasip1 2023-08-17 18:16:54 +02:00