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