Package com.dylibso.chicory.runtime
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:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
module
String module() -
name
String name() -
type
ImportValue.Type type()
-