class Wasmer::Extern
- Wasmer::Extern
- Reference
- Object
Overview
Extern is the runtime representation of an entity that can be imported or exported
Included Modules
Defined in:
wasmer/extern.crInstance Method Summary
- #kind : ExternKind
- #to_extern : Extern
- #to_function : Function?
- #to_global : Global?
- #to_memory : Memory?
- #to_table : Table?
- #type : ExternType