awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesNative Library Porting

Porting C libraries and using native build systems to link application object files directly into a new runtime.

Distinct from Source-to-Native Porting Libraries: Focuses on porting core C libraries to a library OS rather than porting Windows source to native binaries.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Native Library Porting. Refine with filters or upvote what's useful.

Awesome Native Library Porting GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • unikraft/unikraftالصورة الرمزية لـ unikraft

    unikraft/unikraft

    3,733عرض على GitHub↗

    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.

    Capplicationcloudcloud-native
    عرض على GitHub↗3,733
  • android/ndkالصورة الرمزية لـ android

    android/ndk

    2,287عرض على GitHub↗

    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.

    عرض على GitHub↗2,287
  1. Home
  2. Operating Systems & Systems Programming
  3. Windows Compatibility Layers
  4. Source-to-Native Porting Libraries
  5. Native Library Porting