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

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

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

2 مستودعات

Awesome GitHub RepositoriesWebAssembly Cloud-Native Applications

Runs lightweight, sandboxed WebAssembly applications in cloud-native environments like Kubernetes and Docker.

Distinct from Cloud Native Application Development: Distinct from general Cloud Native Application Development: specifically targets WebAssembly as the application runtime, not traditional containerized microservices.

Explore 2 awesome GitHub repositories matching devops & infrastructure · WebAssembly Cloud-Native Applications. Refine with filters or upvote what's useful.

Awesome WebAssembly Cloud-Native Applications GitHub Repositories

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

    WasmEdge/WasmEdge

    10,665عرض على GitHub↗

    WasmEdge is an extensible WebAssembly runtime that executes WebAssembly bytecode in a secure sandbox for cloud, edge, and embedded applications. It functions as a multi-language compiler, compiling applications written in Rust, JavaScript, Go, and Python into WebAssembly bytecode for sandboxed execution, and as a server-side JavaScript runtime that runs JavaScript programs with ES6 modules, NPM packages, and Node.js-compatible APIs. The runtime also serves as an AI inference runtime, executing AI models from JavaScript using WASI-NN plug-ins for inference tasks on personal devices and edge har

    Runs lightweight, sandboxed WebAssembly applications in cloud-native environments like Kubernetes and Docker.

    C++artificial-intelligencecloudcloud-native
    عرض على GitHub↗10,665
  • nginx/unitالصورة الرمزية لـ nginx

    nginx/unit

    5,560عرض على GitHub↗

    NGINX Unit is an open-source application server designed to natively execute code across multiple programming language runtimes and WebAssembly within a single process. It serves as a multi-language application server that can run applications written in Go, Java, Node.js, Perl, PHP, Python, Ruby, and WebAssembly side by side, without requiring separate runtime environments for each language. The server distinguishes itself through a RESTful JSON control API that enables dynamic, zero-downtime configuration changes without restarting the server. It combines event-driven asynchronous I/O with

    Runs WebAssembly components compiled from Rust or C as server-side application handlers using the WASI 0.2 interface.

    C
    عرض على GitHub↗5,560
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Native Orchestration
  4. Cloud Native Application Development
  5. WebAssembly Cloud-Native Applications

استكشف الوسوم الفرعية

  • Server-Side WebAssembly Application HostingRunning WebAssembly components compiled from languages like Rust or C as server-side application handlers. **Distinct from WebAssembly Cloud-Native Applications:** Distinct from WebAssembly Cloud-Native Applications: focuses on hosting WASM as application handlers in a general-purpose app server, not cloud-native orchestration.