Module simple_revm_evm
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.