WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime. It is one of the fastest Wasm VMs today. WasmEdge is an official sandbox project hosted by the CNCF. Its use cases include modern web application architectures (Isomorphic & Jamstack applications), microservices on the edge cloud, serverless SaaS APIs, embedded functions, blockchain smart contracts, and smart IoT devices.
🚀 Install WasmEdge
⌨️ Run a standalone Wasm program or a JavaScript program from CLI
🔌 Embed a Wasm function in your Go, Rust, or C app
🛠 Manage and orchestrate Wasm runtimes using Kubernetes, data streaming frameworks, and blockchains
- The WasmEdge Runtime is the main repo for the WebAssembly VM as well as SDKs for host apps to embed the VM.
- WasmEdge QuickJS JavaScript runtime allows JS programs to run inside WasmEdge. | Tutorials
- WasmEdge Socket API is a Rust API to make or serve network requests in WasmEdge. | Examples
- WasmEdge Tensorflow API is a Rust API to run AI inference on Tensorflow and TFLite models in WasmEdge. | Examples
- WasmEdge Bindgen provides an easy interface for calling WebAssembly functions from a host. | Examples
- The dapr-wasm project demonstrates integration between Dapr and WasmEdge. WasmEdge functions are now available as Dapr microservices.
- The YoMo WasmEdge project demonstrates using WasmEdge functions as data processing backends for YoMo data streams.
- The container examples project demonstrates how WasmEdge apps can be managed by container tools and k8s. | Tutorials
Thank y'all!