mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 08:31:32 +00:00
Add updated upstream tests
This commit is contained in:
@ -488,7 +488,8 @@ impl Clone for Instance {
|
||||
}
|
||||
|
||||
extern "C" fn grow_memory(size: u32, memory_index: u32, instance: &mut Instance) -> i32 {
|
||||
// For now only the first index can be accessed // BTW, the memory_index coming in is random!
|
||||
// For now only the first mem can be accessed
|
||||
// BTW, the memory_index coming in is random!
|
||||
let memory_index: u32 = 0;
|
||||
instance
|
||||
.memory_mut(memory_index as usize)
|
||||
|
Reference in New Issue
Block a user