enum Wasmer::EngineKind
 
  Overview
Represents the possible engine types
Defined in:
wasmer/config.crEnum Members
- 
        Universal = 0
- 
        Dylib = 1
- 
        Staticlib = 2
Instance Method Summary
- 
        #available?
        
          Checks that the given engine is available in this current version of wasmer-crystal 
- #dylib?
- #staticlib?
- 
        #to_s(io : IO)
        
          Appends a Stringrepresentation of this enum member to the given io.
- #universal?
Instance Method Detail
        
        def available?
        #
      
      
        Checks that the given engine is available in this current version of wasmer-crystal