Module orca_wasm::ir::module::module_functions

source ·
Expand description

Intermediate Representation of a Function

Structs§

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

Enums§

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