class

Wasmer::Extern

Inherits Wasmer::WithExtern / Reference / Object

Extern is the runtime representation of an entity that can be imported or exported

Instance methods

kind
Source
to_extern
Source
to_function

Converts the Extern into a Function If the Extern is not a Function, this method returns nil

Source
to_global

Converts the Extern into a Global If the Extern is not a Global, this method returns nil

Source
to_memory

Converts the Extern into a Memory If the Extern is not a Memory, this method returns nil

Source
to_table

Converts the Extern into a Table If the Extern is not a Table, this method returns nil

Source
type
Source