Uses of Class
com.dylibso.chicory.wasm.types.TableLimits
Packages that use TableLimits
-
Uses of TableLimits in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return TableLimitsModifier and TypeMethodDescriptionTable.limits()TableImport.limits()static TableLimitsTableLimits.unbounded()Methods in com.dylibso.chicory.wasm.types with parameters of type TableLimitsConstructors in com.dylibso.chicory.wasm.types with parameters of type TableLimitsModifierConstructorDescriptionTable(ValueType elementType, TableLimits limits) TableImport(String moduleName, String name, ValueType entryType, TableLimits limits) Construct a new instance.