Use cases Use cases WasmEdge is a cloud-native WebAssembly runtime hosted by the CNCF. It is widely used in edge computing, automotive, Jamstack, serverless, SaaS, service mesh...
System modules System modules The WasmEdge QuickJS runtime supports ES6 and NPM modules for application developers. However, those approaches are too cumbersome for system de...
Wasm Functions Wasm container images The build phase of the wasm container images The serving phase of the wasm container images Build and run wasm functions Wasm Functions ...
Call Rust functions Call Rust functions If your Rust program has a main() function, you could compile it into a WASM bytecode file, and run it using the wasmedge CLI tool as ...