Crate wasm_graph

Source
Expand description

WebAssembly binary format graph representation

Structs§

DataSegment
Data segment of data section.
ElementSegment
Element segment of element section.
EntryRef
Reference to the entry in the rerence list.
Export
Export entry description.
Func
Function declaration.
FuncBody
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
ExportLocal
Export entry reference.
ImportedOrDeclared
Imported or declared variant of the same thing.
Instruction
Instruction.
SegmentLocation
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.