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

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

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

kripken/emscripten

0
View on GitHub↗
27,429 نجوم·3,526 تفرعات·C++·3 مشاهدات

Emscripten

Emscripten is a WebAssembly toolchain and compiler backend that transforms C and C++ source code into WebAssembly bytecode. It serves as a framework for porting native applications and libraries to web browsers and server runtimes by translating LLVM intermediate representation into optimized WebAssembly modules.

The system specializes in porting native graphical standards, such as OpenGL and SDL2, by mapping native graphics API calls to browser-compatible WebGL commands. This allows complex visual applications and native desktop software to be deployed as portable web formats.

The toolchain includes a compatible C standard library, a virtual file system that emulates POSIX-compliant I/O operations, and a dynamic linker simulation. It also generates JavaScript glue code to manage memory allocation and function calls between the WebAssembly module and the browser environment.

Features

  • C/C++ to WebAssembly Compilers - Transforms C and C++ source code into WebAssembly bytecode for execution in web browsers and server runtimes.
  • Compiler Backends - Implements a compiler backend that translates LLVM intermediate representation into optimized WebAssembly modules.
  • Native-to-Web Porting Frameworks - Serves as a comprehensive framework for porting native graphical APIs and libraries to web-based platforms.
  • Standard Library Implementations - Implements a compatible version of the C and C++ standard libraries targeting the WebAssembly memory model.
  • WebAssembly - Provides the necessary tooling to compile and execute native C/C++ applications as WebAssembly modules.
  • WebAssembly Glue Code Generators - Generates JavaScript wrapper code to manage memory allocation and function calls between WebAssembly and the browser.
  • Bytecode Compilers - Transforms C and C++ source code into optimized WebAssembly bytecode using an LLVM backend.
  • WebAssembly Frameworks - Provides a toolchain for compiling C and C++ source code into WebAssembly for high-performance execution in browsers.
  • Virtual File Systems - Simulates a POSIX-compliant file system in memory to support standard C I/O operations.
  • Cross-Platform Deployment Targets - Converts native desktop software into a portable WebAssembly format that runs across different operating systems via a browser.
  • Graphics API Translators - Translates native graphics API calls into open standard commands for hardware-accelerated rendering in the browser.
  • WebGL & GPU Rendering - Maps native OpenGL graphics API calls into browser-compatible WebGL commands for 3D rendering.
  • Compiler Toolchains - Provides a compiler toolchain that leverages LLVM to target the WebAssembly execution environment.
  • Runtime Symbol Resolution - Provides a simulation of a dynamic linker to resolve external symbols across multiple compiled modules at runtime.
  • Multi-Target Compilers - Integrates with LLVM-based compilers to enable multiple programming languages to target the WebAssembly environment.
  • Compiler Technology - Compiles LLVM-based code into JavaScript for web execution.
  • Desktop and Mobile Development - LLVM-based C/C++ to JavaScript compiler.
  • Language Compilers - LLVM-based compiler for targeting WebAssembly from C and C++.

سجل النجوم

مخطط تاريخ النجوم لـ kripken/emscriptenمخطط تاريخ النجوم لـ kripken/emscripten

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة kripken/emscripten؟

Emscripten is a WebAssembly toolchain and compiler backend that transforms C and C++ source code into WebAssembly bytecode. It serves as a framework for porting native applications and libraries to web browsers and server runtimes by translating LLVM intermediate representation into optimized WebAssembly modules.

ما هي الميزات الرئيسية لـ kripken/emscripten؟

الميزات الرئيسية لـ kripken/emscripten هي: C/C++ to WebAssembly Compilers, Compiler Backends, Native-to-Web Porting Frameworks, Standard Library Implementations, WebAssembly, WebAssembly Glue Code Generators, Bytecode Compilers, WebAssembly Frameworks.

ما هي البدائل مفتوحة المصدر لـ kripken/emscripten؟

تشمل البدائل مفتوحة المصدر لـ kripken/emscripten: assemblyscript/assemblyscript — AssemblyScript is a compiler and tooling suite used for WebAssembly module development. It converts a subset of… tinygo-org/tinygo — TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to… ffmpegwasm/ffmpeg.wasm — ffmpeg.wasm is a browser-based multimedia processing engine that brings the capabilities of the FFmpeg library… yewstack/yew — Yew is a framework for building front-end web applications using Rust and WebAssembly. It provides a component-based… wasmerio/wasmer — Wasmer is a high-performance runtime engine designed to execute sandboxed WebAssembly modules across server-side,… floooh/sokol — Sokol is a C hardware abstraction layer and cross-platform graphics library designed for managing windowing, input,…

بدائل مفتوحة المصدر لـ Emscripten

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Emscripten.
  • assemblyscript/assemblyscriptالصورة الرمزية لـ AssemblyScript

    AssemblyScript/assemblyscript

    17,926عرض على GitHub↗

    AssemblyScript is a compiler and tooling suite used for WebAssembly module development. It converts a subset of TypeScript syntax into binary modules to achieve high execution speeds and cross-platform binary execution. The project focuses on translating typed source code into the compact binary format required by WebAssembly runtimes. This allows for the movement of computationally heavy logic into binary modules for browser performance optimization and execution across different operating systems. The compilation process involves TypeScript-compatible syntax analysis and the generation of

    WebAssemblyassemblyscriptcompilertypescript
    عرض على GitHub↗17,926
  • tinygo-org/tinygoالصورة الرمزية لـ tinygo-org

    tinygo-org/tinygo

    17,529عرض على GitHub↗

    TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to resource-constrained microcontrollers and WebAssembly environments. It provides a bare-metal runtime environment that enables high-level code execution without the need for a traditional operating system, utilizing an LLVM-based backend to generate efficient machine instructions. The project distinguishes itself through aggressive optimization techniques tailored for small hardware, including a static memory allocation strategy and whole-program dead code elimination that significantly re

    Goadafruitarduinoarm
    عرض على GitHub↗17,529
  • ffmpegwasm/ffmpeg.wasmالصورة الرمزية لـ ffmpegwasm

    ffmpegwasm/ffmpeg.wasm

    17,184عرض على GitHub↗

    ffmpeg.wasm is a browser-based multimedia processing engine that brings the capabilities of the FFmpeg library directly to the client environment. By utilizing WebAssembly, it enables audio and video transcoding, format conversion, and stream recording to occur entirely within the browser without requiring server-side infrastructure. The library distinguishes itself by executing resource-intensive media tasks in background threads, ensuring that the main user interface remains responsive during complex operations. It manages data through an isolated, in-memory virtual file system, allowing fo

    Caudioexperimental-featuresffmpeg
    عرض على GitHub↗17,184
  • yewstack/yewالصورة الرمزية لـ yewstack

    yewstack/yew

    32,696عرض على GitHub↗

    Yew is a framework for building front-end web applications using Rust and WebAssembly. It provides a component-based architecture that allows developers to create modular, reusable user interface elements that manage their own state and logic. By compiling code into binary modules, the framework enables high-performance execution within modern browser environments. The framework distinguishes itself through a macro-based markup language that transforms declarative, HTML-like syntax into strongly-typed component structures during compilation. It features a robust server-side rendering engine t

    Rustasmjsconcurrencyelm
    عرض على GitHub↗32,696
  • عرض جميع البدائل الـ 30 لـ Emscripten→