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

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

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

1 个仓库

Awesome GitHub RepositoriesBinary Component Systems

Architectures for linking independent binary modules through shared interfaces to build complex applications.

Distinct from Component-Based Module Organizations: Focuses on binary-level linking and composition rather than source-level code organization or templates.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Binary Component Systems. Refine with filters or upvote what's useful.

Awesome Binary Component Systems GitHub Repositories

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

    WebAssembly/WASI

    5,699在 GitHub 上查看↗

    WebAssembly System Interface (WASI) 是一套标准化的 API,允许 WebAssembly 模块以可移植且与平台无关的方式与操作系统交互。它提供了一个可移植的运行时抽象,将高层系统调用与底层宿主实现分离开来,以确保跨不同操作系统的兼容性。 该项目利用基于组件的模块系统通过共享接口链接独立的二进制模块,消除了对单一单体二进制文件的需求。它采用跨语言接口定义,提供了一个可移植的类型系统和 API 签名,能够跨多种编程语言和目标一致地映射。 该系统涵盖了广泛的功能领域,包括通过显式令牌限制系统访问的基于能力的安全性管理。它还处理异步任务协调和用于与硬件资源交互的可移植系统集成。

    Links independent binary modules through shared interfaces to create complex applications without a single monolithic binary.

    Rusthttposwasi
    在 GitHub 上查看↗5,699
  1. Home
  2. Programming Languages & Runtimes
  3. Module Organization
  4. Component-Based Module Organizations
  5. Binary Component Systems