Skip to content

Commit ee5aec5

Browse files
committed
docs: give wasm its own row in the modules table
Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
1 parent 5c18df9 commit ee5aec5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ stability label.
107107
| `sink` | Egress fan-out, fire-and-forget. 20+ destinations: SQL, Dynamo, S3, Kafka, NATS, Redis, StatsD, … | experimental |
108108
| `source` | Ingress: consume streams and drive machines, ack on durable transition. Inlets: Kafka, JetStream, Redis, CloudEvents, CDC; opt-in retry/DLQ/idempotency/schema middleware. | experimental |
109109
| `durable` | Durable-execution runtime: record and replay to survive a crash. | experimental |
110-
| `cluster` | Distribution runtime: remote actors, supervision, live migration (gRPC `transport`, `wasm` polyglot behaviors). | experimental |
110+
| `cluster` | Distribution runtime: remote actors, supervision, and live migration (gRPC `transport` network layer included). | experimental |
111+
| `wasm` | Run state behaviors as WebAssembly: polyglot guards over a JSON ABI via wazero. | experimental |
111112
| `broker` | Message broker seam: publish/subscribe transport with injected adapters. | planned |
112113

113114
## Status

0 commit comments

Comments
 (0)