Ayke

Results 450 comments of Ayke

Huh, looks like this needs some code updates. This will probably happen after FOSDEM, I've got plenty of stuff to do before then.

Updated the PR to fix ESP32-C3 support.

Rebased on the dev branch.

We will have darwin/arm64 release binaries in the coming release (see https://github.com/tinygo-org/tinygo/pull/4113). Because GitHub Actions doesn't have Windows ARM64 runners, it would be difficult for us to provide windows/arm64 release...

It seems there is progress on ARM hosted runners, so perhaps we'll eventually have Windows on ARM hosted runners: https://github.com/github/roadmap/issues/836

I've commented on https://github.com/golang/go/issues/44787, let's see whether we get a response in a reasonable timeframe.

@omnide can you try to get this fixed upstream? See https://github.com/golang/go/issues/44787#issuecomment-1901114568 for details. While we _can_ work around this in TinyGo, the proper place to fix this would be upstream....

Note that even with build constraints implemented, this is unlikely to work: we don't currently support linking to external libraries like ncurses. (At least on Linux this is in fact...

The error may be hard to read, but what it means is that the program is too big to fit in RAM. The problem is I think that tinyfont puts...

> Putting the fonts locally should reduce it for instance? What do you mean? One thing you could do is use a smaller font size, to reduce the impact. @conejoninja...