awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
WebAssembly Runtimes · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesWebAssembly Runtimes

Tools and libraries for compiling and executing code within WebAssembly environments for high-performance client-side tasks.

Distinguishing note: Specifically targets the compilation and execution of portable modules for browser-based performance.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · WebAssembly Runtimes. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. WebAssembly Runtimes

Awesome WebAssembly Runtimes GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • ggml-org/whisper.cpp

    ggml-org/whisper.cpp

    46,843View on GitHub↗

    Whisper.cpp is a high-performance, local-first speech recognition engine designed to run large-scale machine learning models on consumer hardware. It functions as a portable library that converts audio into text, supporting both static file transcription and real-time stream processing. By utilizing a lightweight inference engine and weight quantization, the project minimizes memory and compute overhead, allowing for efficient execution without reliance on external cloud APIs or internet connectivity. The project distinguishes itself through a hardware-agnostic compute abstraction that offloa

    The project allows speech recognition engines to be compiled into portable modules for high-performance audio processing within web browsers and other client-side environments.

    C++inferenceopenaispeech-recognition
    46,843View on GitHub↗
  • evanw/esbuild

    evanw/esbuild

    39,787View on GitHub↗

    esbuild is a high-performance JavaScript bundler and transpiler designed to transform modern web assets into production-ready code. Built with a focus on speed, it utilizes a concurrent execution model to perform parsing, linking, and code generation across multiple CPU cores. The engine handles a wide range of tasks, including TypeScript compilation, JSX transformation, and CSS bundling, while maintaining a consistent build process across diverse environments. What distinguishes the project is its architecture, which leverages memory-mapped file processing and a single-pass transformation st

    Compiles the core logic into a portable binary format to ensure identical build performance and behavior across different host environments.

    Gobundlercommonjscompiler
    39,787View on GitHub↗