Structs§
- Compiler
- Compile a program from WebAssembly or Miden IR, to Miden Assembly.
- Compiler
Stopped - 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.