pub fn configure_web_bootloader_with_cookbook(
loader: Bootloader,
config_libs: Vec<Symbol>,
cookbook: CookbookStateFactory,
) -> BootloaderExpand description
Registers the web-shell serve verb with a host-provided cookbook state
factory. The supplied config library ids are read before the serve library is
instantiated, so the factory sees the effective config tables it needs.