Module wasmer_compiler::engine

source ยท
Expand description

The Wasmer Engine.

Re-exportsยง

Modulesยง

  • artifact ๐Ÿ”’
    Define Artifact, based on ArtifactBuild to allow compiling and instantiating to be done as separate steps.
  • builder ๐Ÿ”’
  • code_memory ๐Ÿ”’
    Memory management for executable code.
  • error ๐Ÿ”’
    The WebAssembly possible errors
  • inner ๐Ÿ”’
    Universal compilation.
  • link ๐Ÿ”’
    Linking for Universal-compiled code.
  • resolver ๐Ÿ”’
    Custom resolution for external references.
  • trap ๐Ÿ”’
  • tunables ๐Ÿ”’
  • unwind ๐Ÿ”’