[][src]Crate wasm_graph

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.

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

ImportedOrDeclared

Imported or declared variant of the same thing.

Instruction

Instruction.

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.