WasmExternRef

class WasmExternRef(valueValue: Long) : WasmGcRef

Wrapper for externref values converted to anyref via any.convert_extern. Prevents GC ref ID collisions between extern values and native GC objects.

Constructors

Link copied to clipboard
constructor(valueValue: Long)

Functions

Link copied to clipboard
open override fun typeIdx(): Int
Link copied to clipboard
fun value(): Long