Skip to main content
Module simple_revm_evm
revmc_
codegen
0.1.0
Module simple_
revm_
evm
Module Items
Structs
In crate revmc_
codegen
revmc_codegen
Module
simple_
revm_
evm
Copy item path
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.