Hacker News new | ask | show | jobs
by japhib 1634 days ago
This is awesome. Sad to see the work is kind of “wasted” in the sense that it’s not officially supported and any update to Go will likely break it. But I learned a lot reading this article.
1 comments

It's apparent that the author intends to maintain this across Go version upgrades. Part of this work is a custom patch format to make it easier to manage the changes to the Go runtime (https://ebiten.org/blog/native_compiling_for_nintendo_switch...).

The author also explicitly stated that he did not expect major work to upgrade to a new Go version in https://ebiten.org/blog/native_compiling_for_nintendo_switch....