Module exers::compilers

source ·
Expand description

Module containing all compilers. Currently supported compilers are:

CompilerSupported Runtimes
RustWASM, Native
C++WASM, Native
PythonNative

Modules

Structs

  • Compiled code (executable). Represents compiled code with additional information.

Traits