Module wasmer_compiler::traits
source · Expand description
Generic Artifact abstraction for Wasmer Engines.
Traits§
- An
Artifact
is the product that theEngine
implementation produce and use. - Trait needed to get downcasting of
Engine
s to work.