build_evm

Function build_evm 

Source
pub fn build_evm<DB: Database>(db: DB) -> MainnetEvm<MainnetContext<DB>>
Expand description

Build a mainnet EVM.

Note: In revm v34, the frame execution is handled differently. For now, this returns a standard mainnet EVM. To integrate compiled bytecode, you would need to customize the instruction handler or use the revmc-context’s call_with_interpreter method directly.