Skip to main content

Module simple_revm_evm

Module simple_revm_evm 

Source
Expand description

Generic revm JIT EVM from revmc-context.

Structsยง

JitEvm
Wrapper around any [EvmTr] that overrides [EvmTr::frame_run] to dispatch to JIT-compiled functions by code hash, falling back to the interpreter.