mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-12 18:47:12 +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");
|
// println!("running emscripten instance");
|
||||||
|
|
||||||
if let Some(ep) = entrypoint {
|
if let Some(ep) = entrypoint {
|
||||||
println!("Running entry point: {}", &ep);
|
debug!("Running entry point: {}", &ep);
|
||||||
let ep_fn = instance.dyn_func(&ep)?;
|
let ep_fn = instance.dyn_func(&ep)?;
|
||||||
let arg = unsafe { allocate_cstr_on_stack(instance.context_mut(), args[0]).0 };
|
let arg = unsafe { allocate_cstr_on_stack(instance.context_mut(), args[0]).0 };
|
||||||
//let (argc, argv) = store_module_arguments(instance.context_mut(), args);
|
//let (argc, argv) = store_module_arguments(instance.context_mut(), args);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user