Class ImportSection.Builder

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

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

    • addImport

      public ImportSection.Builder addImport(Import import_)
      Add an import definition to this section.
      Parameters:
      import_ - the import to add to this section (must not be null)
      Returns:
      the Builder
    • build

      public ImportSection build()