Interface ImportSectionListener

All Known Implementing Classes:
DisassemblyImportSectionListener

public interface ImportSectionListener
  • Method Details

    • startEntry

      default void startEntry(String module, String name)
    • function

      default void function(int typeIndex)
    • global

      default void global(WasmHollowType type, boolean mutable)
    • endEntry

      default void endEntry()