Class Extern
An external value, which is the runtime representation of an entity that can be imported or exported.
class Extern
: wasmer .Handle!(wasmer.bindings.wasm_extern_t)
;
It is an address denoting either a function instance, table instance, memory instance, or global instances in the shared Store.
Fields
| Name | Type | Description |
|---|---|---|
kind
|
const(wasmer | |
name
|
const(string) |
Properties
| Name | Type | Description |
|---|---|---|
type[get]
|
const(wasmer |