Skip to main content

Crate revmc_examples_runner

Crate revmc_examples_runner 

Source
Expand description

Minimal, no_std runner that hooks a statically compiled bytecode into a revm mainnet EVM.

Constantsยง

FIBONACCI_CODE ๐Ÿ”’
FIBONACCI_HASH ๐Ÿ”’

Functionsยง

build_evm
Build a mainnet EVM wrapped in JitEvm so that calls to known code hashes are dispatched to compiled functions instead of the interpreter.
fibonacci ๐Ÿ”’ โš 

Type Aliasesยง

MainnetContext
Type alias for mainnet context with custom database.