Module object::read::wasm

source ·
Expand description

Support for reading Wasm files.

Provides WasmFile and related types which implement the Object trait.

Currently implements the minimum required to access DWARF debugging information.

Structs

A COMDAT section group of a WasmFile.
An iterator over the COMDAT section groups of a WasmFile.
An iterator over the sections in a COMDAT section group of a WasmFile.
A WebAssembly object file.
An iterator over the relocations in a WasmSection.
A section of a WasmFile.
An iterator over the sections of a WasmFile.
A segment of a WasmFile.
An iterator over the segments of a WasmFile.
A symbol of a WasmFile.
An iterator over the symbols of a WasmFile.
A symbol table of a WasmFile.