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.