Expand description
§revmc-context
EVM bytecode compiler runtime context.
Macros§
- extern_
revmc - Declare
RawEvmCompilerFnfunctions in anextern "C"block.
Structs§
- EvmCompiler
Fn - An EVM bytecode function.
- EvmContext
- The EVM bytecode compiler runtime context.
- EvmStack
- EVM context stack.
- EvmWord
- An EVM stack word, which is stored in native-endian order.
- Resume
At 🔒 - Logic for handling the
resume_atfield.
Traits§
- HostExt
Non- host-ext-any - Extension trait for [
Host].
Functions§
Type Aliases§
- RawEvm
Compiler Fn - The raw function signature of a bytecode function.