pub fn fetch_latest_metadata_from_code_blob<HF: HostFunctions>( executor: &WasmExecutor<HF>, code_bytes: Cow<'_, [u8]>, ) -> Result<OpaqueMetadata>
Fetches the latest metadata from the given runtime blob.