Crate revmc_cranelift

Source
Expand description

§revmc-cranelift

EVM bytecode compiler Cranelift backend.

This crate is currently not functional due to missing i256 support in Cranelift.

Re-exports§

pub use cranelift;
pub use cranelift_jit;
pub use cranelift_module;
pub use cranelift_native;

Structs§

EvmCraneliftBackend
The Cranelift-based EVM bytecode compiler backend.
EvmCraneliftBuilder
The Cranelift-based EVM bytecode compiler function builder.