tinygo/src/internal
Ayke van Laethem 9f5066aa6f runtime: use the tasks scheduler instead of coroutines
This results in smaller and likely more efficient code. It does require
some architecture specific code for each architecture, but I've kept the
amount of code as small as possible.
2021-05-09 17:40:13 +02:00
..
bytealg internal/bytealg: naive attempt to copy the main Go 1.15 implementatation 2020-08-19 08:37:16 +02:00
reflectlite all: add support for go 1.13 2019-09-24 16:13:26 +02:00
task runtime: use the tasks scheduler instead of coroutines 2021-05-09 17:40:13 +02:00