ImportValue

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 https://webassembly.github.io/spec/core/exec/runtime.html#syntax-externval.

See also

Inheritors

Types

Link copied to clipboard

Functions

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