Expand description
Intermediate representation of sections in a wasm module.
Structs§
- Body
- Body of a function in a wasm module
- Custom
Section - Intermediate Representation of a single Custom Section
- Custom
Sections - Intermediate Representation of Custom Sections
- Data
Segment - Data Segment in a wasm module.
- Func
Instr Flag - Instrumentation Data that is stored with every function
- Init
Expr - A constant expression which is produced in WebAssembly, typically used in global initializers or element/data offsets.
- Instruction
- Instrumentation
Flag - Instrumentation Data that is stored with every instruction
Enums§
- Block
Type - Data
Segment Kind - The kind of data segment.
- Data
Type - Orca’s Datatype. Combination of multiple [
wasmparser
] datatypes. - Element
Items - Type of element
- Element
Kind - Kind of Element
- Func
Instr Mode - Mode of Function in case the function is mark as instrumented
- Instructions
- Set of instructions that can be used in Initialisatin Expressions
- Instrumentation
Mode - 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
towasm_encoder::ValType
.