pub fn initialize_runtime_assets()Expand description
Initialize process-wide assets whose construction should happen before an embedding host enters an async request or VM execution stack.
New embedding hosts should call initialize_runtime instead so startup
also validates the Harn-owned environment namespace. This asset-only
operation remains for compatibility, and VM construction retains it as a
fallback for embedders without an explicit bootstrap phase.