2 个仓库
Starts and runs a WebAssembly program as a function inside an existing Go or Rust application without spawning a separate process.
Distinct from Host Process Spawning: Distinct from general Host Process Spawning: embeds WebAssembly execution inside the host process, not spawning separate OS processes.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · In-Process WebAssembly Embeddings. Refine with filters or upvote what's useful.
WasmEdge is an extensible WebAssembly runtime that executes WebAssembly bytecode in a secure sandbox for cloud, edge, and embedded applications. It functions as a multi-language compiler, compiling applications written in Rust, JavaScript, Go, and Python into WebAssembly bytecode for sandboxed execution, and as a server-side JavaScript runtime that runs JavaScript programs with ES6 modules, NPM packages, and Node.js-compatible APIs. The runtime also serves as an AI inference runtime, executing AI models from JavaScript using WASI-NN plug-ins for inference tasks on personal devices and edge har
Starts and runs a WebAssembly program as a function inside an existing Go or Rust application without spawning a separate process.
Fluvio is a distributed event streaming platform and cloud-native streaming engine designed for collecting, persisting, and replicating real-time data streams across a distributed cluster. It functions as a real-time data pipeline for building stateful workflows that ingest, enrich, and export data between external sources and sinks. The platform is distinguished by its use of WebAssembly to execute compiled modules for in-line data transformations and filtering. This allows for the execution of custom business logic to reshape information in motion without requiring a restart of the cluster.
Injects compiled WebAssembly modules for high-performance in-line data transformations and payload detection.