pub fn compile_embedded_cli_bundle() -> Result<Vec<u8>, String>Expand description
Compiles the immutable CLI and code.test closure against the already
bootstrapped Foundation context. The resulting bundle is installed lazily,
so a test or CLI process pays only for the namespaces it actually requires.