mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-21 16:32:13 +00:00
Improved utils from pritnln! to debug!
This commit is contained in:
parent
8876ade624
commit
ac51a33d5e
@ -36,7 +36,7 @@ pub unsafe fn copy_terminated_array_of_cstrs(instance: &mut Instance, cstrs: *mu
|
|||||||
}
|
}
|
||||||
counter
|
counter
|
||||||
};
|
};
|
||||||
println!("total_num: {}", total_num);
|
debug!("emscripten::copy_terminated_array_of_cstrs::total_num: {}", total_num);
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user