Skip to main content

Module builder

Module builder 

Source
Expand description

The host builder: mount content-identified modules, validate them against each other, then lower the whole set into one syncbat runtime.

mount performs the cross-module validation a single module cannot do alone (id / operation / receipt-namespace / job-kind collisions) and re-verifies each module’s manifest hash against its declared parts (tamper detection). build then lowers every module into a single syncbat::CoreBuilder — it does not re-wrap it — composes the per-module guards into one routing guard, attaches the receipt sink, and computes the host-composition fingerprint.

Structs§

HostBuilder
Builder that mounts modules and lowers them into a runnable Host.