Hi,
I’ve read this annoucement that says that it’s now possible to run (almost) any arch code on Windows 10 / macOS guest.
I’m looking forward to do the opposite: running x86 code on ARM. The global implementation would be the same:
- using Qemu to emulate x86 architecture
- using binfmt_misc to call qemu for x86 binaries
Do you plan to add this feature soon ?
For the moment, I’m doing it “by hand”, following this project
Any information would be very welcome !
Thanks a lot