Module wasmer::sys::engine

source ·

Structs

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

Traits

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

Functions