this post was submitted on 24 Jun 2025
8 points (90.0% liked)

Gaming

3544 readers
287 users here now

The Lemmy.zip Gaming Community

For news, discussions and memes!


Community Rules

This community follows the Lemmy.zip Instance rules, with the inclusion of the following rule:

You can see Lemmy.zip's rules by going to our Code of Conduct.

What to Expect in Our Code of Conduct:


If you enjoy reading legal stuff, you can check it all out at legal.lemmy.zip.


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] who@feddit.org 2 points 17 hours ago* (last edited 16 hours ago)

Since Wine 9.0, you can run 32-bit windows apps on 64-bits directly, without the need for 32bits distro support. It’s called WoW64.

You can in some cases, but not all.

Wine has two forms of WoW64. Old WoW64 uses 32-bit libraries and has been around for a long time.

New WoW64 (first available in Wine 9.0 if built with a special option) works without 32-bit libraries, but is still incomplete. It cannot yet replace old WoW64 everywhere, and even where it can, it reduces performance in some APIs. (For example, OpenGL.)

It will eventually make sense to drop the old one, but doing so now would be premature.