Module engine

Source
Expand description

Data types, functions and traits for sys runtime’s Engine implementation.

Structs§

Artifact
A compiled wasm module, ready to be instantiated.
BaseTunables
Tunable parameters for WebAssembly compilation. This is the reference implementation of the Tunables trait, used by default.
Engine
A WebAssembly Universal Engine.
EngineBuilder
The Builder contents of Engine

Traits§

NativeEngineExt
The custom trait to access to all the sys function in the common engine.
Tunables
An engine delegates the creation of memories, tables, and globals to a foreign implementor of this trait.

Functions§

default_engine
Returns the default engine for the Sys engine
get_default_compiler_config
Get the default config for the sys Engine