Module bytecode_loader

Source
Expand description

This module reads bytecode from a reader and disassembles it.

Structs§

BytecodeLoader
A structure for loading bytecode from a reader.
BytecodeLoaderBuilder
A builder for a BytecodeLoader.

Enums§

BytecodeLoaderError
Error type for bytecode operations.
SectionType
Represents a section type in a module.