Crate midenc_compile
source ·Structs§
- Compile a program from WebAssembly or Miden IR, to Miden Assembly.
- The compilation pipeline was stopped early
Functions§
- Run the compiler using the provided Session
- Same as
compile, but return compiled artifacts to the caller - 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.