tests and bug fixed for i64store interpretation

This commit is contained in:
NikVolf
2017-05-16 14:42:58 +03:00
parent fa86543fbb
commit 3fb35f29b2
6 changed files with 28 additions and 5 deletions

View File

@ -67,6 +67,7 @@ impl MemoryInstance {
let mut mut_buffer = buffer.as_mut_slice();
mut_buffer[begin..end].copy_from_slice(value);
Ok(())
}