You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m working on a Windows on ARM project using the ARM64EC ABI to interoperate with existing x64 DLLs. I would like to use FlatBuffers in this setup, but I need to build it as an ARM64EC DLL.
Is there any official or unofficial support for building FlatBuffers as an ARM64EC target on Windows?
If there is currently no support, is there any plan to support it in the future?
Any guidance or build configuration examples for this scenario would be greatly appreciated. Thanks!