unboxFromTable

fun unboxFromTable(tableValue: Int, instance: Instance, elementType: ValType): Long

Converts an int from table storage to a stack long value, unboxing i31 refs. Only performs GC ref lookup for GC-typed tables (anyref, eqref, etc.) to avoid overhead for funcref tables in non-GC modules.