Skip to content

Commit 15eb75a

Browse files
committed
docs: link Proxy-Wasm validation demo
1 parent def19c5 commit 15eb75a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ Short `scripts/perf-test.sh` run across baseline proxying, raw Wasm execution,
2323
Proxy-Wasm header callbacks, response-body inspection, and response-body
2424
rewrite. [Watch the MP4](docs/assets/vmod-wasm-perf-demo.mp4).
2525

26+
### Proxy-Wasm Live Validation
27+
28+
The conference-kit live demo records the production-style Proxy-Wasm path:
29+
VCL loads an edge-security filter, applies runtime controls, sends real HTTP
30+
requests, and prints guest metrics, host execution stats, and HTTP pool stats.
31+
32+
[Watch the recorded live demo](https://github.com/RamazanKara/vmod-wasm-conference-kit/blob/main/media/vmod-wasm-live-demo.mp4)
33+
or verify it from the conference kit with:
34+
35+
```bash
36+
git clone https://github.com/RamazanKara/vmod-wasm-conference-kit.git
37+
cd vmod-wasm-conference-kit
38+
sha256sum -c media/vmod-wasm-live-demo.mp4.sha256
39+
```
40+
2641
## Features
2742

2843
- Load `.wasm` modules at VCL init time

0 commit comments

Comments
 (0)