Class ModuleReader<E extends Exception>

java.lang.Object
io.github.eutro.jwasm.ModuleReader<E>
Type Parameters:
E - The exception that may be thrown on read errors by accept(ModuleVisitor).

public class ModuleReader<E extends Exception> extends Object
A parser that makes a ModuleVisitor visit a WebAssembly module structure.

This class parses a binary module's contents, calling the appropriate visit methods of the ModuleVisitor and any other relevant *Visitors it returns.