Uses of Class
com.dylibso.chicory.wasm.types.DataSegment
-
Packages that use DataSegment Package Description com.dylibso.chicory.wasm.types -
-
Uses of DataSegment in com.dylibso.chicory.wasm.types
Subclasses of DataSegment in com.dylibso.chicory.wasm.types Modifier and Type Class Description classActiveDataSegmentclassPassiveDataSegmentMethods in com.dylibso.chicory.wasm.types that return DataSegment Modifier and Type Method Description DataSegment[]DataSection. dataSegments()DataSegmentDataSection. getDataSegment(int idx)Methods in com.dylibso.chicory.wasm.types with parameters of type DataSegment Modifier and Type Method Description intDataSection. addDataSegment(DataSegment dataSegment)Add a data segment definition to this section.
-