Ayke

Results 441 comments of Ayke

Reading the above, it appears that garble directly reads the Go build cache? Is that true? TinyGo does not use the Go build cache, instead it implements its own cache....

Thank you for the bug report! I have found and fixed the issue here: https://github.com/tinygo-org/tinygo/pull/3111

> Imo having this support is crucial for this board to make sense. What needs to be done so this can happen? Yes, I totally agree. One of the first...

Update: compiler-rt and picolibc are now available. But many things are left to do.

> One _problem_ I ran into was that by the looks of it, at least the ESP32, does not have the ability to run without the RTOS. I think we...

It appears that RIOT has managed to run its RTOS on the ESP8266, with WiFi support: https://doc.riot-os.org/group__cpu__esp8266.html I think we should look into how they do it.

> I am very excited about this. I noticed map support like `MapOf` is not part of this refactor. > That's something I'm game to help implement to close #2640....

> As long as each subpackage has its own `go.mod` file, they will be treated as separate, and avoid having to pull down files for families until you actually try...

To be honest, I think it's better to do this directly in the net package. The syscall package is deprecated and frozen upstream, and this adds some unnecessary API surface...

> My operating system is Android and my architecture is arm64. I don't think anybody has tried this before, so congratulations for the effort! (I've also never heard about Termux...