Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 2.93 KB

README.md

File metadata and controls

23 lines (17 loc) · 2.93 KB

Running lightweight WasmEdge apps side by side with Linux containers

The crun project now supports WasmEdge as a "container" runtime! Since crun is widely supported across the Kubernetes ecosystem, WasmEdge applications can now run everywhere Kubernetes runs!

This repository contains scripts, tutorials, and GitHub Actions to demostrate how WasmEdge applications work side by side with Linux containers.

Example: A simple WebAssembly app

Example: A HTTP microservice written in Rust and compiled into WebAssembly