We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
midenc
cargo miden build
1 parent ca72854 commit 78e5faaCopy full SHA for 78e5faa
tools/cargo-miden/src/compile_masm.rs
@@ -45,6 +45,7 @@ pub fn wasm_to_masm(
45
];
46
args.append(&mut midenc_args);
47
48
+ log::debug!("midenc arguments: {}", &args.join(" "));
49
let session = Rc::new(Compiler::new_session([input], None, args));
50
let context = Rc::new(Context::new(session));
51
println!("Creating Miden package {}", output_file.display());
0 commit comments