Package com.dylibso.chicory.wasm.types
Class DataSection.Builder
java.lang.Object
com.dylibso.chicory.wasm.types.DataSection.Builder
- Enclosing class:
DataSection
-
Method Summary
Modifier and TypeMethodDescriptionaddDataSegment(DataSegment dataSegment) Add a data segment definition to this section.build()
-
Method Details
-
addDataSegment
Add a data segment definition to this section.- Parameters:
dataSegment- the data segment to add to this section (must not benull)- Returns:
- the Builder
-
build
-