Expand description
§revmc-context
EVM bytecode compiler runtime context.
Macros§
- extern_
revmc - Declare
RawEvmCompilerFn
functions in anextern "C"
block.
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.
Traits§
Type Aliases§
- RawEvm
Compiler Fn - The raw function signature of a bytecode function.