Expand description
WASI driver โ runs WASM/WASI components as tatara workloads via wasmtime.
Phase 1: subprocess approach (wasmtime CLI). Phase 2: embedded wasmtime (library) with host functions.
The complete sandwich:
- eBPF hooks the kernel boundary (below)
- WASI standardizes the userspace boundary (above)
- Together every system call is observable and controllable
Structsยง
- Wasi
Driver - WASI driver โ runs WASM/WASI components via wasmtime subprocess.