Any word on a compibily layer project for x86/64 like Rosetta? Seems like an important thing to have imo. The article mentions an emulator, but it seemed to be for running games. I also heard MS had something similar in their arm dev kit, but haven't looked much into it.
I think they mention games because a lot of other software for Linux is generally open source. So a lot of times it's pretty easy to get an ARM build.
It also does a neat performance trick where it intercepts library calls and redirects them to native versions of the same library.