diff options
author | Douglas Crosher <info@jsstats.com> | 2016-01-18 14:58:50 +1100 |
---|---|---|
committer | Douglas Crosher <info@jsstats.com> | 2016-03-04 10:04:21 +1100 |
commit | 87ca6c9662c9f5f51bbc86c06462d664b5f66d0c (patch) | |
tree | fec5d909e09db139bcdfc3d146f88232e21bea00 /test/parse/module/memory-init-max-size.txt | |
parent | 2029de9cd1a617b6dd7a5fbf18eb01d041b55633 (diff) | |
download | wabt-87ca6c9662c9f5f51bbc86c06462d664b5f66d0c.tar.gz wabt-87ca6c9662c9f5f51bbc86c06462d664b5f66d0c.tar.bz2 wabt-87ca6c9662c9f5f51bbc86c06462d664b5f66d0c.zip |
Change the memory sizes to be in units of pages rather than powers of two.
Diffstat (limited to 'test/parse/module/memory-init-max-size.txt')
-rw-r--r-- | test/parse/module/memory-init-max-size.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/module/memory-init-max-size.txt b/test/parse/module/memory-init-max-size.txt index ecefc97c..eb89c17d 100644 --- a/test/parse/module/memory-init-max-size.txt +++ b/test/parse/module/memory-init-max-size.txt @@ -1 +1 @@ -(module (memory 100 200)) +(module (memory 65536 131072)) |