get

fun get(index: Int): JsAny(source)

The get() prototype method of the WebAssembly.Table() object retrieves the element stored at a given index.

MDN Reference