summaryrefslogtreecommitdiff
path: root/test/empty.fromasm
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-11-01 21:32:38 -0700
committerGitHub <noreply@github.com>2016-11-01 21:32:38 -0700
commit22699ebad0972fa7604dd8ffd26f9f6607e82fb0 (patch)
treecf49990c3ed2ed044c006172e965f9b3ded5402d /test/empty.fromasm
parent0ff4359de75b4dd2a786dfa50cb17b3ec01a701a (diff)
parent26cf3235f9f73a8f187fa75f274bc517a65c3fe9 (diff)
downloadbinaryen-22699ebad0972fa7604dd8ffd26f9f6607e82fb0.tar.gz
binaryen-22699ebad0972fa7604dd8ffd26f9f6607e82fb0.tar.bz2
binaryen-22699ebad0972fa7604dd8ffd26f9f6607e82fb0.zip
Merge pull request #819 from WebAssembly/optimize-memory
Pack memory segments
Diffstat (limited to 'test/empty.fromasm')
-rw-r--r--test/empty.fromasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/empty.fromasm b/test/empty.fromasm
index a8d289e29..a88b44007 100644
--- a/test/empty.fromasm
+++ b/test/empty.fromasm
@@ -3,5 +3,5 @@
(import "env" "table" (table 0 0 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
- (data (get_global $memoryBase) "empty.asm.js")
+ (data (i32.const 1024) "empty.asm.js")
)