Module wasmer_compiler::traits

source ·
Expand description

Generic Artifact abstraction for Wasmer Engines.

Traits§

  • An Artifact is the product that the Engine implementation produce and use.
  • Trait needed to get downcasting of Engines to work.