Update spectests

This commit is contained in:
Steve Akinyemi
2018-11-07 11:18:55 +01:00
parent 069fc3229a
commit df0feb9b7f
58 changed files with 1148 additions and 1259 deletions

View File

@@ -18,7 +18,7 @@ pub struct LinearMemory {
pub mmap: MmapMut,
// The initial size of the WebAssembly Memory, in units of
// WebAssembly pages.
current: u32,
pub current: u32,
// The maximum size the WebAssembly Memory is allowed to grow
// to, in units of WebAssembly pages. When present, the maximum
// parameter acts as a hint to the engine to reserve memory up