Class Engine

A wasmer engine used to instntiate a Store.

class Engine
  : wasmer.Handle!(wasmer.bindings.wasm_engine_t) ;

Constructors

NameDescription
this () Instantiate a new wasmer JIT engine with the default compiler.

Methods

NameDescription
jit (compiler) Instantiate a new JITed wasmer engine.
native (compiler) Instantiate a new native wasmer engine.