pub fn program_and_hints_from_executable(
executable: &Executable,
standalone: bool,
) -> Result<(Program, HashMap<String, Hint>)>
Expand description
- The Program instance - set according to the type of the required entrypoint.
- The hint by string mapping.
This is required for running an executable in the Cairo-VM.