class Wasmer::CpuFeatures

Overview

CpuFeatures holds a set of CPU features. They are identified by their stringified names. The reference is the GCC options:

Defined in:

wasmer/target.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Create a new CputFeatures, which is a set of CPU features.


[View source]

Instance Method Detail

def add(feature : String) #

Add a new CPU feature to the existing set


[View source]