awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRuntime API Embeddings

The exposure of a runtime's internal operations as a binary library for external application integration.

Distinct from C Libraries: Distinct from general C libraries by focusing on the specific act of exposing a runtime's API for embedding

Explore 1 awesome GitHub repository matching operating systems & systems programming · Runtime API Embeddings. Refine with filters or upvote what's useful.

Awesome Runtime API Embeddings GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • containers/cruncontainers 的头像

    containers/crun

    3,975在 GitHub 上查看↗

    crun 是一个低级容器运行时,实现了用于管理隔离进程生命周期的 Open Container Initiative 规范。它提供容器创建、执行和删除的核心机制,通过标准化的生命周期管理确保跨平台兼容性。 该项目通过提供一个共享 C 库脱颖而出,允许将容器运行时操作直接嵌入到其他编译后的应用程序中。它通过专门的处理程序进一步扩展了执行能力,支持在隔离的微型虚拟机(microVM)中部署容器或执行 WebAssembly 工作负载。 该运行时涵盖广泛的底层隔离和资源管理功能。这包括使用命名空间和 seccomp 过滤器进行安全防护,使用 cgroups 强制执行 CPU 和内存限制,以及通过检查点和恢复功能保存与恢复容器执行状态的工具。它还提供用于动态资源更新、挂载管理以及通过嵌入式 Lua 接口进行自动化的接口。

    Exposes container runtime operations as a shared C library for seamless integration into compiled applications.

    Ccontainersiotiot-cloud
    在 GitHub 上查看↗3,975
  1. Home
  2. Operating Systems & Systems Programming
  3. C Libraries
  4. Runtime API Embeddings