Crate revmc_context

Crate revmc_context 

Source
Expand description

§revmc-context

EVM bytecode compiler runtime context.

Macros§

extern_revmc
Declare RawEvmCompilerFn functions in an extern "C" block.

Structs§

EvmCompilerFn
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.
ResumeAt 🔒
Logic for handling the resume_at field.

Traits§

HostExtNon-host-ext-any
Extension trait for [Host].

Functions§

option_as_mut_ptr 🔒

Type Aliases§

RawEvmCompilerFn
The raw function signature of a bytecode function.