referrerpolicy=no-referrer-when-downgrade
polkadot_node_core_pvf_common::executor_interface

Function prevalidate

Source
pub fn prevalidate(code: &[u8]) -> Result<RuntimeBlob, WasmError>
Expand description

Runs the prevalidation on the given code. Returns a [RuntimeBlob] if it succeeds.