Files
tinygo/compiler
Ayke van Laethem ec325c0643 compiler: add support for running a builtin in a goroutine
Not sure why you would ever do this, but it appears to be allowed by the
Go specification and previously TinyGo would crash with an unhelpful
error message when you would do this. I don't see any practical use of
it.

The implementation simply runs the builtin directly.
2021-05-26 20:21:08 +02:00
..
2021-05-26 20:21:08 +02:00
2021-01-24 15:39:15 +01:00
2021-04-12 14:49:26 +02:00