[][src]Function heartfelt::create_runtime

pub fn create_runtime(
    code: &str,
    instructions: InstructionMap
) -> Result<Runtime, ParserError<'_>>