mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 21:51:32 +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 {
|
macro_rules! mock_external {
|
||||||
($import:ident, $name:ident) => {{
|
($import:ident, $name:ident) => {{
|
||||||
fn _mocked_fn() {
|
fn _mocked_fn() {
|
||||||
println!("emscripten::{} <mock>", stringify!($name));
|
debug!("emscripten::{} <mock>", stringify!($name));
|
||||||
// return 0
|
// return 0
|
||||||
}
|
}
|
||||||
$import.set(
|
$import.set(
|
||||||
|
Reference in New Issue
Block a user