3 repositorios
Header files and libraries that enable the compilation of Windows source code into native binaries for other platforms.
Distinct from Windows Compatibility Layers: Distinct from binary compatibility layers by focusing on the compilation of source code into native binaries via Winelib.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Source-to-Native Porting Libraries. Refine with filters or upvote what's useful.
Wine is a compatibility layer that enables Windows binaries and applications to run on Unix-like operating systems. It functions as a cross-platform binary loader and Windows API implementation that translates system calls into functional equivalents on non-Windows platforms. The project provides tools for both the execution of existing binaries and the porting of Windows source code into native executables for Unix or macOS. This includes the ability to launch legacy software, such as older DOS and early Windows programs, on modern hardware. The system operates by mapping Windows system cal
Provides header files and libraries for compiling Windows source code into native Unix binaries.
Unikraft is a modular library operating system and unikernel framework designed to compile applications into minimal, bootable virtual machine images. It serves as an OCI-compliant image builder and a cloud-native hypervisor target, enabling the creation of specialized runtimes that include only the specific drivers and libraries required by a single application. The system features a Linux compatibility layer that maps standard API calls and POSIX standards to unikernel libraries, allowing unmodified binaries to run without a full general-purpose kernel. It distinguishes itself by allowing c
Builds applications using native build systems and a ported C library to link object files directly.
The project is a development kit and compilation toolchain that builds C and C++ source files into native machine code libraries and shared library packages for mobile execution. It integrates target architecture toolchains with standard build systems to transform source code into deployable native modules. The toolset includes debugging and profiling capabilities that bridge low-level system debuggers with compiled binaries to inspect runtime execution states, register contents, and memory layouts. It provides performance monitoring instrumentation to measure execution bottlenecks and resour
Links compiled native code modules directly into mobile applications as shared libraries for high-performance execution.