Interface ImportValue

All Known Implementing Classes:
HostFunction, ImportFunction, ImportGlobal, ImportMemory, ImportTable, ImportTag

public interface ImportValue
An external value is the runtime representation of an entity that can be imported. It is an address denoting either a function instance, table instance, memory instance, or global instances in the shared store. See also External Values.
See Also: