referrerpolicy=no-referrer-when-downgrade
pub fn fetch_latest_metadata_from_code_blob<HF: HostFunctions>(
    executor: &WasmExecutor<HF>,
    code_bytes: Cow<'_, [u8]>,
) -> Result<Metadata>
Expand description

Fetches the latest metadata from the given runtime blob.