mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-14 15:31:44 +00:00
tests and bug fixed for i64store interpretation
This commit is contained in:
@ -67,6 +67,7 @@ impl MemoryInstance {
|
||||
|
||||
let mut mut_buffer = buffer.as_mut_slice();
|
||||
mut_buffer[begin..end].copy_from_slice(value);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user