Module module_functions

Source
Expand description

Intermediate Representation of a Function

Structs§

Function
Represents a function. Local or Imported depends on the FuncKind.
Functions
Intermediate representation of all the functions in a module.
ImportedFunction
Intermediate representation of an Imported Function. The actual Import is stored in the Imports field of the module.
LocalFunction
Intermediate Representation of a Local Function

Enums§

FuncKind
Represents whether a function is a Local Function or an Imported Function