Skip to content

Commit 6f2db5d

Browse files
committed
chore: remove dead test/docs bloat
1 parent 5b79069 commit 6f2db5d

4 files changed

Lines changed: 2 additions & 693 deletions

File tree

README.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff 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

tests/test_http_pool.c

Lines changed: 0 additions & 306 deletions
This file was deleted.

0 commit comments

Comments
 (0)