pub async fn run_bytes( bytes: &[u8], config: ExecutorConfig, ) -> Result<ExecutionResult, RuntimeError>
Decode a raw .rbc byte buffer and run it against a single target.
.rbc