class Wasmer::Engine

Overview

Engine is used by the Store to drive the compilation and the execution of a WebAssembly module

Defined in:

wasmer/engine.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(config : Config) #

Instantiates and returns a new Engine with given configuration


[View source]
def self.new #

Instantiates and returns a new Engine with default configuration


[View source]

Class Method Detail

def self.dylib #

Instantiates and returns a new Dylib engine


[View source]
def self.universal #

Instantiates and returns a new Universal engine


[View source]

Instance Method Detail

def new_store #

helper method to returns a new Store object


[View source]