Crate midenc_compile

Source

Structs§

Compiler
Compile a program from WebAssembly or Miden IR, to Miden Assembly.
CompilerStopped
The compilation pipeline was stopped early

Functions§

compile
Run the compiler using the provided Session
compile_to_memory
Same as compile, but return compiled artifacts to the caller
compile_to_memory_with_pre_assembly_stage
Same as compile_to_memory, but allows registering a callback which will be used as an extra compiler stage immediately after code generation and prior to assembly, if the linker was run.

Type Aliases§

CompilerResult