enum Wasmer::CompilerKind

Overview

Represents possible compiler types

Defined in:

wasmer/config.cr

Enum Members

Cranelift = 0
LLVM = 1
Singlepass = 2

Instance Method Summary

Instance Method Detail

def available? #

Checks that the given compiler is available in this current version of wasmer-crystal


[View source]
def cranelift? #

[View source]
def llvm? #

[View source]
def singlepass? #

[View source]
def to_s(io : IO) #
Description copied from struct Enum

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

See also: #to_s.


[View source]