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(ValType elementType, TableLimits limits) Table(ValType elementType, TableLimits limits, List<Instruction> init) Table(ValueType elementType, TableLimits limits) Deprecated.TableImport(String moduleName, String name, ValType entryType, TableLimits limits) Construct a new instance.TableImport(String moduleName, String name, ValueType entryType, TableLimits limits) Deprecated.
Table(ValType, TableLimits)