Replies: 1 comment 2 replies
-
I couldn't even imagine the performance of that 😄 The web version is already way too slow. It's been our goal to write a binary translator for wasm for many years to improve performance. I also have doubts that Boxedwine could handle that. The code just doesn't do that well on self modifying code. I only recently started to get .NET to run. I have yet to see Java run. But even if you got it to run slowly, I've seen Wine behave badly when running super slow. For instance, when running the slow CPU emulation (normal core) that the web version uses on my high end windows machine, the debug mode where I log all the CPU instructions, it slows it down so much that often Wine will time out or hit a really bad race condition where it will fail to create a window. |
Beta Was this translation helpful? Give feedback.
-
I've tested on a 32-bit Linux VM that it is possible to emulate 64-bit operating systems on a 32-bit system. This is done through QEMU and is probably possible with other emulators. Since I have zero knowledge with Emscripten and WASM, I don't think I'll be able to add this myself. Can anyone assist in writing the code to be able to run Wine64 through Debian64 through QEMU? I know that it will be very hard on the performance but that isn't my main goal.
Any help would be appreciated.
Thanks,
Kamran
Beta Was this translation helpful? Give feedback.
All reactions