Expand description
WebAssembly binary format graph representation
Structs§
- Data
Segment - Data segment of data section.
- Element
Segment - Element segment of element section.
- Entry
Ref - Reference to the entry in the rerence list.
- Export
- Export entry description.
- Func
- Function declaration.
- Func
Body - Function body.
- Global
- Global declaration.
- Memory
- Memory instance decriptor.
- Module
- Module
- RefList
- List that tracks references and indices.
- Table
- Memory instance decriptor.
Enums§
- Error
- Error for this module
- Export
Local - Export entry reference.
- Imported
OrDeclared - Imported or declared variant of the same thing.
- Instruction
- Instruction.
- Segment
Location - Segment location.
Functions§
- generate
- Generate parity-wasm
Module
- generate_
file - Save graph representation to file.
- parse
- New module from parity-wasm
Module
- parse_
file - Parse file to graph representation.