Module cairo_run

Source

Structs§

CairoRunConfig
EncodeTraceError

Functions§

cairo_run
cairo_run_pie
Runs a Cairo PIE generated by a previous cairo execution To generate a cairo pie use the runner’s method get_cairo_pie Note: Cairo PIEs cannot be ran in proof_mode WARNING: As the RunResources are part of the HintProcessor trait, the caller should make sure that the number of steps in the RunResources matches that of the ExecutionResources in the CairoPie. An error will be returned if this doesn’t hold.
cairo_run_program
cairo_run_program_with_initial_scope
Runs a program with a customized execution scope.
write_encoded_memory
Writes a binary representation of the relocated memory.
write_encoded_trace
Writes the trace binary representation.