This commit is contained in:
Anton-4 2023-10-14 11:58:22 +02:00 committed by Brendan Hansknecht
parent 7da37c0e98
commit 845da6a5c9
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -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