enum

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

Source
dylib?

Returns true if this enum value equals Dylib

Source
staticlib?

Returns true if this enum value equals Staticlib

Source
to_s(io : IO)

Appends a String representation of this enum member to the given io.

See also: to_s.

Source
universal?

Returns true if this enum value equals Universal

Source