Module compiler

Source
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.
CompilerConfig
The compiler configuration options.