mint.assembly - Palamecia/mint GitHub Wiki

Module

load mint.assembly

This module provides functions to extract the assembly from a mint object.

Functions

Descriptions

assembly

def (object)

Returns the assembly of the given object. The object parameter can either be a function or a module name. If the parameter is a function, each signature is returned in an hash. If the object has no associated bytecode, none is returned.