enum Wasmer::CompilerKind
Overview
Represents possible compiler types
Defined in:
wasmer/config.crEnum Members
-
Cranelift =
0
-
LLVM =
1
-
Singlepass =
2
Instance Method Summary
-
#available?
Checks that the given compiler is available in this current version of wasmer-crystal
- #cranelift?
- #llvm?
- #singlepass?
-
#to_s(io : IO)
Appends a
String
representation of this enum member to the given io.
Instance Method Detail
def available?
#
Checks that the given compiler is available in this current version of wasmer-crystal