Expand description
Pure functional core of the host reducer.
Returns the events emitted by the command. Side-effecting wiring
(logging, future event broadcast) lives in host_dispatch โ this
function takes only &mut HostState and produces no I/O.
Browser handle registry (Phase H.2) reducer handlers. Extracted from reducer/mod.rs in
task #182 PR-F-2 for navigability.