Olaf Flebbe
Results
23
comments of
Olaf Flebbe
``` package main import ( _ "github.com/noisysockets/netstack/pkg/tcpip/stack" ) func main() { } ```
Now I see it uses "reflect" , this is clearly not supported by tinygo.
stripped it down further now I get a different Crash ``` package main import ( _ "github.com/noisysockets/netstack/pkg/sync/locking" ) func main() { } ``` panic: interp: load out of bounds goroutine...