class

Wasmer::Engine

Inherits Reference / Object

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

Constructors

new(config : Config)

Instantiates and returns a new Engine with given configuration

Source
new

Instantiates and returns a new Engine with default configuration

Source

Class methods

dylib

Instantiates and returns a new Dylib engine

Source
universal

Instantiates and returns a new Universal engine

Source

Instance methods

new_store

helper method to returns a new Store object

Source