Wasmer::CompilerKind
Inherits Enum / Comparable / Value / Object
Represents possible compiler types
Constants
Cranelift = 0
LLVM = 1
Singlepass = 2
Instance methods
available?
Checks that the given compiler 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.