pub fn disasm_function(
return_type: &VmType,
instructions: &[BinaryInstruction],
ip_offset: &InstructionPositionOffset,
debug_info: &DebugInfo,
source_map_wrapper: &SourceMapWrapper<'_>,
) -> Stringpub fn disasm_function(
return_type: &VmType,
instructions: &[BinaryInstruction],
ip_offset: &InstructionPositionOffset,
debug_info: &DebugInfo,
source_map_wrapper: &SourceMapWrapper<'_>,
) -> String