diff options
author | Alon Zakai <alonzakai@gmail.com> | 2019-02-06 16:10:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-06 16:10:06 -0800 |
commit | ab35a43ed3f3e5173b511e7e00239c50172fbddf (patch) | |
tree | 4ebdc98611b9b8c95a42bd0df65d00788fb22546 /test | |
parent | e2e0c2751f3fe4b3cc7493d2ea3274d821e62b8b (diff) | |
download | binaryen-ab35a43ed3f3e5173b511e7e00239c50172fbddf.tar.gz binaryen-ab35a43ed3f3e5173b511e7e00239c50172fbddf.tar.bz2 binaryen-ab35a43ed3f3e5173b511e7e00239c50172fbddf.zip |
wasm-emscripten-finalize: separateDataSegments() fix (#1897)
We should emit a file with only the data segments, starting from the global base, and not starting from zero (the data before is unneeded, and the emscripten loading code assumes it isn't there).
Also fix the auto updater to work properly on .mem test updating.
Diffstat (limited to 'test')
-rw-r--r-- | test/lld/em_asm.wast.mem.mem | bin | 652 -> 84 bytes |
-rw-r--r-- | test/lld/hello_world.wast.mem.mem | bin | 581 -> 13 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/lld/em_asm.wast.mem.mem b/test/lld/em_asm.wast.mem.mem Binary files differindex 1e5476727..9249eb195 100644 --- a/test/lld/em_asm.wast.mem.mem +++ b/test/lld/em_asm.wast.mem.mem diff --git a/test/lld/hello_world.wast.mem.mem b/test/lld/hello_world.wast.mem.mem Binary files differindex 674c410a9..2bc1f1ee6 100644 --- a/test/lld/hello_world.wast.mem.mem +++ b/test/lld/hello_world.wast.mem.mem |