pub fn disasm_function(
return_type: &VmType,
instructions: &[BinaryInstruction],
range: &InstructionRange,
debug_info: &DebugInfo,
source_map_wrapper: &SourceMapWrapper<'_>,
use_color: bool,
) -> String
pub fn disasm_function(
return_type: &VmType,
instructions: &[BinaryInstruction],
range: &InstructionRange,
debug_info: &DebugInfo,
source_map_wrapper: &SourceMapWrapper<'_>,
use_color: bool,
) -> String