pub async fn run_bytecode(
bytecode: &BytecodeProgram,
config: ExecutorConfig,
) -> Result<ExecutionResult, RuntimeError>Expand description
Run an already-compiled BytecodeProgram against a single target.
pub async fn run_bytecode(
bytecode: &BytecodeProgram,
config: ExecutorConfig,
) -> Result<ExecutionResult, RuntimeError>Run an already-compiled BytecodeProgram against a single target.