program_and_hints_from_executable

Function program_and_hints_from_executable 

Source
pub fn program_and_hints_from_executable(
    executable: &Executable,
    standalone: bool,
) -> Result<(Program, HashMap<String, Hint>)>
Expand description
  1. The Program instance - set according to the type of the required entrypoint.
  2. The hint by string mapping.

This is required for running an executable in the Cairo-VM.