Module workers
Expand description
Per-Worker composition root generation (v0.8 §4.5, v0.9 §5.1).
Each Worker’s compose.ts exports a compose(env) function that
assembles the context’s deps and returns the surface the entry point
invokes — on call services for the internal Service Binding protocol
plus on http route wrappers for the external HTTP router.