2 repos
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.
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.
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.