Class Engine
A wasmer engine used to instntiate a Store
.
class Engine
: wasmer.Handle!(wasmer.bindings.wasm_engine_t)
;
Constructors
Name | Description |
this
()
|
Instantiate a new wasmer JIT engine with the default compiler.
|
Methods
Name | Description |
jit
(compiler)
|
Instantiate a new JITed wasmer engine.
|
native
(compiler)
|
Instantiate a new native wasmer engine.
|