ImportMemory

open class ImportMemory(module: String, name: String, memory: Memory?) : ImportValue

Constructors

Link copied to clipboard
constructor(module: String, name: String, memory: Memory?)

Functions

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