java.lang.Object
com.dylibso.chicory.runtime.TableInstance
-
Constructor Details
-
TableInstance
public TableInstance(com.dylibso.chicory.wasm.types.Table table, int initialValue)
-
-
Method Details
-
size
public int size() -
elementType
public com.dylibso.chicory.wasm.types.ValType elementType() -
limits
public com.dylibso.chicory.wasm.types.TableLimits limits() -
grow
-
ref
public int ref(int index) -
requiredRef
public int requiredRef(int index) -
setRef
-
instance
-
reset
public void reset()
-