 
            On Mon Oct 13 17:33:41 2025 +0000, Rémi Bernon wrote:
Actually I see now that it fails on WOW64 with llvmpipe and some local changes, we fail to export fd if memory was allocated from host memory... Hmm
I've disabled the extension on WOW64 without placed memory, as it fails otherwise in local tests with the new version of the code.
I think there's perhaps some way to make it work by using shared mappings and importing host pointers instead of fds, but that's perhaps unnecessary if we plan to use placed memory mapping instead. Hopefully just a matter of time until it lands in llvmpipe.