awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesIn-Process WebAssembly Embeddings

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.

Awesome In-Process WebAssembly Embeddings GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • wasmedge/wasmedgeWasmEdge 的头像

    WasmEdge/WasmEdge

    10,665在 GitHub 上查看↗

    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.

    C++artificial-intelligencecloudcloud-native
    在 GitHub 上查看↗10,665
  • infinyon/fluvioinfinyon 的头像

    infinyon/fluvio

    5,231在 GitHub 上查看↗

    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.

    Rust
    在 GitHub 上查看↗5,231
  1. Home
  2. Operating Systems & Systems Programming
  3. Host Process Spawning
  4. In-Process WebAssembly Embeddings

探索子标签

  • In-Line Stream ProcessingExecuting WebAssembly modules directly within the data path for real-time payload modification. **Distinct from In-Process WebAssembly Embeddings:** Distinct from In-Process WebAssembly Embeddings: focuses on the data-streaming application of Wasm rather than general host embedding