Class ExportSection.Builder

java.lang.Object
com.dylibso.chicory.wasm.types.ExportSection.Builder
Enclosing class:
ExportSection

public static final class ExportSection.Builder extends Object
  • Method Details

    • addExport

      public ExportSection.Builder addExport(Export export)
      Add an export definition to this section.
      Parameters:
      export - the export to add to this section (must not be null)
      Returns:
      the Builder
    • build

      public ExportSection build()