Class ExportEntry

java.lang.Object
de.inetsoftware.jwebassembly.binary.SectionEntry
de.inetsoftware.jwebassembly.binary.ExportEntry

class ExportEntry extends SectionEntry
An entry in the function section of the WebAssembly.
  • Field Details

  • Constructor Details

    • ExportEntry

      ExportEntry(String name, ExternalKind kind, int id)
      Create an entry for the export section. This section contains a mapping from the external index to the type signature index.
      Parameters:
      name - the exported name
      kind - the type of exported object
      id - the id inside the list of the related type
  • Method Details