Crate revmc_context

Source
Expand description

§revmc-context

EVM bytecode compiler runtime context.

Macros§

extern_revmc
Declare RawEvmCompilerFn functions in an extern "C" block.
impl_conversions_through_u256 🔒
impl_fmt 🔒

Structs§

EvmCompilerFn
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.
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.