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

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

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

1 مستودع

Awesome GitHub RepositoriesWebAssembly to JavaScript Transpilation

Conversion of WebAssembly binary modules into executable JavaScript code.

Distinct from C/C++ to WebAssembly Compilers: Existing candidates focus on C-to-Wasm or JS-to-JS transpilation, not the specific Wasm-to-JS conversion.

Explore 1 awesome GitHub repository matching programming languages & runtimes · WebAssembly to JavaScript Transpilation. Refine with filters or upvote what's useful.

Awesome WebAssembly to JavaScript Transpilation GitHub Repositories

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

    WebAssembly/binaryen

    8,354عرض على GitHub↗

    Binaryen is a WebAssembly compiler toolchain and optimizer designed to transform, validate, and shrink binary modules. It provides a comprehensive intermediate representation framework that converts binary code into a single-assignment form to enable advanced program analysis and code transformation. The project includes a specialized transformation engine that applies iterative optimization passes to increase execution speed and reduce binary size. Additionally, it functions as a transpiler that translates WebAssembly binary modules into executable JavaScript for environments that lack nativ

    Translates WebAssembly binary modules into executable JavaScript for environments lacking native runtime support.

    WebAssemblyc-plus-pluscompilersemscripten
    عرض على GitHub↗8,354
  1. Home
  2. Programming Languages & Runtimes
  3. WebAssembly to JavaScript Transpilation