Module wasmer_compiler::compiler
source · Expand description
This module mainly outputs the Compiler
trait that custom
compilers will need to implement.
Traits§
- An implementation of a Compiler from parsed WebAssembly module to Compiled native code.
- The compiler configuration options.