Module wasmer_compiler::engine::tunables
source · Structs§
- Tunable parameters for WebAssembly compilation. This is the reference implementation of the
Tunables
trait, used by default.
Traits§
- An engine delegates the creation of memories, tables, and globals to a foreign implementor of this trait.