Uses of Class
com.dylibso.chicory.wasm.types.Limits
-
Packages that use Limits Package Description com.dylibso.chicory.wasm.types -
-
Uses of Limits in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return Limits Modifier and Type Method Description LimitsTable. limits()LimitsTableImport. limits(){@return the table size limits}static LimitsLimits. unbounded()Methods in com.dylibso.chicory.wasm.types with parameters of type Limits Modifier and Type Method Description booleanLimits. equals(Limits other)Constructors in com.dylibso.chicory.wasm.types with parameters of type Limits Constructor Description Table(ElementType elementType, Limits limits)TableImport(String moduleName, String name, ValueType entryType, Limits limits)Construct a new instance.
-