class

Wasmer::Triple

Inherits Reference / Object

Constructors

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")
Source

Class methods

from_host

Creates a new triple from the current host

Source