Wasmer::ExternKind
Inherits Enum / Comparable / Value / Object
Represents the kind of an Extern
Constants
Func = 0_u8
Global = 1_u8
Table = 2_u8
Memory = 3_u8
Instance methods
to_s(io : IO)
Appends a String representation of this enum member to the given io.
See also: to_s.