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

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