mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 08:31:32 +00:00
Hack together enough emscripten stack stuff to make it happy
This commit is contained in:
@ -454,6 +454,7 @@ impl Instance {
|
||||
let to_init = &mut mem_mut[offset..offset + init.data.len()];
|
||||
to_init.copy_from_slice(&init.data);
|
||||
}
|
||||
crate::apis::emscripten::emscripten_set_up_memory(&mut memories[0]);
|
||||
}
|
||||
|
||||
let start_func: Option<FuncIndex> =
|
||||
|
Reference in New Issue
Block a user