File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,35 +178,8 @@ docker run --rm vmod-wasm-dev make check
178178
179179## Architecture
180180
181- ```
182- ┌────────────────┐
183- │ VCL Config │
184- └───────┬────────┘
185- │
186- ┌────────────▼────────────┐
187- │ vmod_wasm.c │
188- │ (VCL function layer) │
189- └────────────┬────────────┘
190- │
191- ┌────────────────────┼───────────────────┐
192- │ │ │
193- ┌─────────▼──────┐ ┌─────────▼────────┐ ┌──────▼────────┐
194- │ wasm_engine.c │ │ proxy_wasm.c │ │ host_funcs.c │
195- │ (Wasmtime) │ │ (ABI lifecycle) │ │ (env + WASI) │
196- └─────────┬──────┘ └─────────┬────────┘ └───────────────┘
197- │ │
198- ┌─────────▼──────┐ ┌─────────▼────────┐
199- │ store_pool.c │ │ proxy_wasm_ │
200- │ (instance pool)│ │ http/shared/ │
201- └────────────────┘ │ headers/metrics │
202- └─────────┬────────┘
203- │
204- ┌────────────▼────────────┐
205- │ http_pool.c │
206- │ (connection pool + │
207- │ circuit breaker) │
208- └────────────────────────┘
209- ```
181+ See [ docs/ARCHITECTURE.md] ( docs/ARCHITECTURE.md ) for the up-to-date component
182+ diagram and request lifecycle.
210183
211184## Documentation
212185
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments