ImportTable

open class ImportTable(module: String, name: String, table: TableInstance) : ImportValue

Constructors

Link copied to clipboard
constructor(module: String, name: String, table: TableInstance)
constructor(module: String, name: String, funcRefs: Map<Int, Int>)

Functions

Link copied to clipboard
open override fun module(): String
Link copied to clipboard
open override fun name(): String
Link copied to clipboard
Link copied to clipboard
open override fun type(): ImportValue.Type