mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-12 10:37:11 +00:00
Moved from println to debug the emscripten entrypoint statement
This commit is contained in:
parent
eef28c19b7
commit
f076c04b76
@ -300,7 +300,7 @@ pub fn run_emscripten_instance(
|
||||
// println!("running emscripten instance");
|
||||
|
||||
if let Some(ep) = entrypoint {
|
||||
println!("Running entry point: {}", &ep);
|
||||
debug!("Running entry point: {}", &ep);
|
||||
let ep_fn = instance.dyn_func(&ep)?;
|
||||
let arg = unsafe { allocate_cstr_on_stack(instance.context_mut(), args[0]).0 };
|
||||
//let (argc, argv) = store_module_arguments(instance.context_mut(), args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user