Class MemorySection.Builder

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

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

    • addMemory

      public MemorySection.Builder addMemory(Memory memory)
      Add a memory definition to this section.
      Parameters:
      memory - the memory to add to this section (must not be null)
      Returns:
      the Builder
    • build

      public MemorySection build()