Extensibility High-level architecture Example Ecosystem Extensibility WebAssembly is a sandboxing technology which can be used to extend the Istio proxy (Envoy). The Proxy-Wa...
Extensibility High-level architecture Example Ecosystem Extensibility WebAssembly is a sandboxing technology which can be used to extend the Istio proxy (Envoy). The Proxy-Wa...
CRI-O Quick start Install CRI-O Configure CRI-O to use crun Run a simple WebAssembly app Run a HTTP server app CRI-O Quick start The GitHub repo contains scripts and Gi...
Extensibility Distributing WebAssembly Modules Extensibility Demonstrates how to extend mesh behavior. Distributing WebAssembly Modules Describes how to make remote WebAssem...
Extensibility Distributing WebAssembly Modules Extensibility Demonstrates how to extend mesh behavior. Distributing WebAssembly Modules Describes how to make remote WebAssem...
WasmEdge command line tool (CLI) wasmedge Command line options wasmedgec WasmEdge command line tool (CLI) After installing WasmEdge or starting the WasmEdge app dev Docker ...
Wasm Overview Component format Spec metadata fields Binding support Example request Related links Wasm Detailed documentation on the WebAssembly binding component Overvi...
Create a Proxy-Wasm filter Your first Proxy-Wasm filter Selecting a language Deploying the filter with Kong Configuration Link to a Kong service and route Start Kong Further ...
Embed a bindgen function Embed a bindgen function The wasm_bindgen approach discussed in this chapter is deprecated. We encourage you to check out the wasmedge_bindgen appro...
Command interface Command interface WASI enables WebAssembly programs to call standard library functions in the host operating system. It does so through a fine-grained securit...