Expand description
This module mainly outputs the Compiler trait that custom
compilers will need to implement.
Traitsยง
- Compiler
- An implementation of a Compiler from parsed WebAssembly module to Compiled native code.
- Compiler
Config - The compiler configuration options.