WasmFunc
data class WasmFunc(val index: Int, val type: WasmType.Function, var code: WasmCode? = null, var fimport: WasmImport? = null, val name2: String? = null) : WasmFuncRef
Constructors
Link copied to clipboard
constructor(index: Int, type: WasmType.Function, code: WasmCode? = null, fimport: WasmImport? = null, name2: String? = null)