Test 'tee_local' and 'set_global' in more operators

Based on this commit from the WebAssembly spec tests: c90bc9686f
This commit is contained in:
Syrus Akbary
2018-10-28 22:00:04 +01:00
parent d772cacc98
commit c97312345e
14 changed files with 3418 additions and 2588 deletions

View File

@ -15,7 +15,7 @@ const MAX_PAGES: u32 = 65536;
/// This linear memory has a stable base address and at the same time allows
/// for dynamical growing.
pub struct LinearMemory {
mmap: MmapMut,
pub mmap: MmapMut,
// The initial size of the WebAssembly Memory, in units of
// WebAssembly pages.
current: u32,