Function polkadot_node_core_pvf::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.
pub fn prevalidate(code: &[u8]) -> Result<RuntimeBlob, WasmError>
Runs the prevalidation on the given code. Returns a RuntimeBlob
if it succeeds.