-
Notifications
You must be signed in to change notification settings - Fork 168
Description
Is your feature request related to a problem? Please describe.
Whilst x86-64 emulation works on Windows on ARM devices, the performance just isn't great.
Describe the solution you'd like
Either native ARM builds, or compilation instructions would solve the problem, I believe.
Describe alternatives you've considered
I've tried compiling the project myself, however I just couldn't get it to work, as I am not very familiar with C# / Visual Studio
Additional context
Especially with the new Qualcomm Snapdragon X Laptop processors releasing, more people (especially students) will probably use ARM based systems (me included, hence the issue), due to their better efficiency, and therefore extended battery life. The performance is bearable, however I believe compiling to another architecture shouldn't be an issue, considering cross compilation is pretty widely supported nowadays, and it would be appreciated :)