Expand description
§revmc-context
EVM bytecode compiler runtime context.
Macros§
- extern_
revmc - Declare
RawEvmCompilerFn
functions in anextern "C"
block. - impl_
conversions_ 🔒through_ u256 - impl_
fmt 🔒
Structs§
- EvmCompiler
Fn - An EVM bytecode function.
- EvmContext
- The EVM bytecode compiler runtime context.
- EvmStack
- EVM context stack.
- EvmWord
- A native-endian 256-bit unsigned integer, aligned to 8 bytes.
- Resume
At 🔒 - Logic for handling the
resume_at
field.
Traits§
- HostExt
Non- host-ext-any
- Extension trait for [
Host
].
Functions§
Type Aliases§
- RawEvm
Compiler Fn - The raw function signature of a bytecode function.