Expand description
Data types, functions and traits for sys runtime’s Engine implementation.
Structs§
- Artifact
- A compiled wasm module, ready to be instantiated.
- Base
Tunables - Tunable parameters for WebAssembly compilation.
This is the reference implementation of the
Tunablestrait, used by default. - Engine
- A WebAssembly
UniversalEngine. - Engine
Builder - The Builder contents of
Engine
Traits§
- Native
Engine Ext - The custom trait to access to all the
sysfunction 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