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

NameTypeDescription
kind const(wasmer.bindings.wasm_externkind_enum)
name const(string)

Properties

NameTypeDescription
type[get] const(wasmer.bindings.wasm_exporttype_t*)

See Also

External Values - WebAssembly 1.1