Module types

Source
Expand description

Intermediate representation of sections in a wasm module.

Structs§

Body
Body of a function in a wasm module
CustomSection
Intermediate Representation of a single Custom Section
CustomSections
Intermediate Representation of Custom Sections
DataSegment
Data Segment in a wasm module.
FuncInstrFlag
Instrumentation Data that is stored with every function
InitExpr
A constant expression which is produced in WebAssembly, typically used in global initializers or element/data offsets.
Instruction
InstrumentationFlag
Instrumentation Data that is stored with every instruction

Enums§

BlockType
DataSegmentKind
The kind of data segment.
DataType
Orca’s Datatype. Combination of multiple [wasmparser] datatypes.
ElementItems
Type of element
ElementKind
Kind of Element
FuncInstrMode
Mode of Function in case the function is mark as instrumented
Instructions
Set of instructions that can be used in Initialisatin Expressions
InstrumentationMode
Mode of Instruction in case the instruction is marked as Instrumented
Location
Used to represent a unique location in a wasm component or module.
Value
Constant values that can show up in WebAssembly

Functions§

valtype_to_wasmencoder_type
Converts ValType to wasm_encoder::ValType.