Forum Discussion
ChinmoyDip2007
Jul 19, 2022Copper Contributor
My idea of Unified Binaries
Unified Binaries is like one binary that with proper runtime or framework integrated into Windows, can work in any architecture (ARM/x86). It's quite like Java or Python or .NET core, where a runtime...
ChinmoyDip2007
Jul 20, 2022Copper Contributor
In such cases where specifically compiled code is necessary, there will be a standard (Unified Binary) launcher app and different binaries for specific system will be installed. The Unified Binary launcher will detect the native architecture of the system it's running on and will run the specific binary for it.