grow

fun grow(delta: Int, value: JsAny? = definedExternally): Int(source)

The grow() prototype method of the WebAssembly.Table object increases the size of the Table instance by a specified number of elements, filled with the provided value.

MDN Reference