This is a patch of wine-devel to add wow64 support.
It is mostly adapted from https://gitlab.winehq.org/wine/wine/-/merge_requests/8073 and updated to work on wine-devel 11.7
The current blocker is intel igpu for 32bit that got fixed by this commit in drm-kmod:
https://github.com/freebsd/drm-kmod/commit/a72c05b22dc21e4a68b0146d85d1ec0be4470931
Technically just returning gtt >= 4 is enough on 15.0 too.
So once 15.1 is out, we can start having wine-devel using the new wow64 mode since at least one release will have full support, and the older version will also have new wow64 working except for the intel igpu case (and on 32bit graphical application).