[−][src]Crate wasm_graph
WebAssembly binary format graph representation
Structs
| DataSegment | Data segment of data section. |
| ElementSegment | Element segment of element section. |
| Export | Export entry description. |
| Func | Function declaration. |
| Global | Global declaration. |
| Memory | Memory instance decriptor. |
| Module | Module |
| 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 |
| generate_file | Save graph representation to file. |
| parse | New module from parity-wasm |
| parse_file | Parse file to graph representation. |