Interface ImportSectionListener

All Known Implementing Classes:
DisassemblyImportSectionListener

public interface ImportSectionListener
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default void
    function(int typeIndex)
     
    default void
    global(WasmHollowType type, boolean mutable)
     
    default void
    memory(int minSize, int maxSize)
     
    default void
    startEntry(String module, String name)
     
  • Method Details

    • startEntry

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

      default void function(int typeIndex)
    • global

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

      default void memory(int minSize, int maxSize)
    • endEntry

      default void endEntry()