Module orca_wasm::ir::types

source ·
Expand description

Intermediate representation of sections in a wasm module.

Structs§

Enums§

  • The kind of data segment.
  • Orca’s Datatype. Combination of multiple [wasmparser] datatypes.
  • Type of element
  • Kind of Element
  • Mode of Function in case the function is mark as instrumented
  • A constant which is produced in WebAssembly, typically used in global initializers or element/data offsets.
  • Mode of Instruction in case the instruction is marked as Instrumented
  • Used to represent a unique location in a wasm component or module.
  • Constant values that can show up in WebAssembly

Functions§