wasmer_compiler

Module 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.