class Wasmer::Triple

Defined in:

wasmer/target.cr

Constructors

Class Method Summary

Constructor Detail

def self.new(name : String) #

Creates a new triple, otherwise it returns an error specifying why the provided triple isn't valid.

triple = Wasmer::Triple.new("aarch64-unknown-linux-gnu")

[View source]

Class Method Detail

def self.from_host #

Creates a new triple from the current host


[View source]