Modules

Structs

  • Compiled function: machine code body, jump table offsets, and unwind information.
  • The metadata for the compiled function.
  • Metadata to translate from binary offsets back to the original location found in the wasm input.
  • A helper structure used to assemble the final text section of an exectuable, plus unwinding information and other related details.
  • A record of a relocation to perform.

Enums

  • Destination function. Can be either user function or some special one, like memory.grow.

Constants

Traits

Functions