mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-14 17:31:20 +00:00
Use debug instead of println for emscripten mocks
This commit is contained in:
@ -58,7 +58,7 @@ pub fn emscripten_set_up_memory(memory: &mut LinearMemory) {
|
||||
macro_rules! mock_external {
|
||||
($import:ident, $name:ident) => {{
|
||||
fn _mocked_fn() {
|
||||
println!("emscripten::{} <mock>", stringify!($name));
|
||||
debug!("emscripten::{} <mock>", stringify!($name));
|
||||
// return 0
|
||||
}
|
||||
$import.set(
|
||||
|
Reference in New Issue
Block a user