mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-25 06:31:32 +00:00
Remove println.
This commit is contained in:
@ -91,7 +91,7 @@ pub fn run_instance(
|
|||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|x| Value::I32(x.parse().unwrap()))
|
.map(|x| Value::I32(x.parse().unwrap()))
|
||||||
.collect();
|
.collect();
|
||||||
println!("{:?}", instance.call("main", &args)?);
|
instance.call("main", &args)?;
|
||||||
};
|
};
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
Reference in New Issue
Block a user