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

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

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

2 مستودعات

Awesome GitHub RepositoriesWasm Execution Frameworks

Frameworks specifically utilizing WebAssembly to run high-performance logic in serverless environments.

Distinct from Serverless Frameworks: Distinguishes the use of Wasm as the execution target from general serverless orchestration.

Explore 2 awesome GitHub repositories matching web development · Wasm Execution Frameworks. Refine with filters or upvote what's useful.

Awesome Wasm Execution Frameworks GitHub Repositories

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

    cloudflare/workerd

    8,346عرض على GitHub↗

    workerd is a serverless edge runtime designed for executing lightweight, distributed functions at the network edge. It utilizes a V8-based JavaScript engine to provide fast startup and low memory overhead, while maintaining a WebAssembly-compatible execution environment that allows modules to run alongside JavaScript for high-performance computational tasks. The runtime supports isolate-based multi-tenancy to run multiple independent execution contexts within a single process. It implements an event-driven execution model that triggers code based on network requests or scheduled events and in

    Provides a framework that utilizes WebAssembly to run high-performance computational logic in serverless environments.

    C++
    عرض على GitHub↗8,346
  • cloudflare/workers-rsالصورة الرمزية لـ cloudflare

    cloudflare/workers-rs

    3,337عرض على GitHub↗

    The Cloudflare Workers Rust SDK is a toolchain and framework for building high-performance serverless functions using Rust. It compiles code into WebAssembly modules that execute within a sandboxed host environment at the edge. The project provides a typed remote procedure call system for invoking functions across different worker instances and utilizes procedural macros for mapping these distributed interfaces. It uses trait-based bindings and standardized wrappers to provide type-safe access to platform services and web-standard request and response objects. The SDK covers a broad range of

    Provides a high-performance environment for executing logic at the edge via WebAssembly modules.

    Rustcloudflareffirust
    عرض على GitHub↗3,337
  1. Home
  2. Web Development
  3. Serverless Frameworks
  4. Wasm Execution Frameworks