Package com.dylibso.chicory.wasm.types
Class Table
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.Table
-
public class Table extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueTypeelementType()intgrow(int size, int value)Limitslimits()Valueref(int index)voidreset()voidsetRef(int index, int value)intsize()
-