Wasmer::EngineKind
Inherits Enum / Comparable / Value / Object
Represents the possible engine types
Constants
Universal = 0
Dylib = 1
Staticlib = 2
Instance methods
available?
Checks that the given engine is available in this current version of wasmer-crystal
to_s(io : IO)
Appends a String representation of this enum member to the given io.
See also: to_s.