Crate cairo_lang_runner
source ·Expand description
Basic runner for running a Sierra program on the vm.
Re-exports
pub use casm_run::CairoHintProcessor;pub use casm_run::StarknetState;
Modules
Macros
- Inserts a value into the vm memory cell represented by the cellref.
Structs
- The full result of a run.
- The full result of a run with Starknet state.
- Runner enabling running a Sierra program on the vm.
Enums
- An argument to a sierra function run,
- The ran function return value.
Constants
Functions
- Builds hints_dict required in cairo_vm::types::program::Program from instructions.