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)Constructors in com.dylibso.chicory.wasm.types with parameters of type DataSegment Constructor Description DataSection(DataSegment[] dataSegments)
-