mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
clippy
This commit is contained in:
parent
7da37c0e98
commit
845da6a5c9
1 changed files with 2 additions and 2 deletions
|
@ -42,11 +42,11 @@ pub(crate) fn save_wasm_file(app_module_bytes: &[u8], build_dir_hash: u64) {
|
|||
.join("debug-wasm-test.html");
|
||||
let debug_wasm_test_str = debug_wasm_test_path.to_str().unwrap();
|
||||
|
||||
println!("");
|
||||
println!();
|
||||
println!("Wrote wasm file to\n\t{final_wasm_str}");
|
||||
println!("Go to the Roc Wasm Debug tool in your browser\n\tfile://{debug_wasm_test_str}");
|
||||
println!("Or analyse the generated code\n\twasm-objdump -dx {final_wasm_str}");
|
||||
println!("");
|
||||
println!();
|
||||
}
|
||||
|
||||
/// Used in the with_larger_debug_stack() function, for tests that otherwise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue