diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-11-14 10:52:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 10:52:41 -0800 |
commit | 47a27b1ae440cec5272c4460f3a6c2e0b3e97021 (patch) | |
tree | 6e7e33dda010b312bb2e684efaf62e43d37cbaf2 /test/segment-overlap.wast.fromBinary | |
parent | 4231ff2f3c9bcbaa639659b39618e4a46db9eb23 (diff) | |
download | binaryen-47a27b1ae440cec5272c4460f3a6c2e0b3e97021.tar.gz binaryen-47a27b1ae440cec5272c4460f3a6c2e0b3e97021.tar.bz2 binaryen-47a27b1ae440cec5272c4460f3a6c2e0b3e97021.zip |
accept overlapping segments (#1289)
Diffstat (limited to 'test/segment-overlap.wast.fromBinary')
-rw-r--r-- | test/segment-overlap.wast.fromBinary | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/segment-overlap.wast.fromBinary b/test/segment-overlap.wast.fromBinary new file mode 100644 index 000000000..33c8fffca --- /dev/null +++ b/test/segment-overlap.wast.fromBinary @@ -0,0 +1,6 @@ +(module + (memory $0 10) + (data (i32.const 100) "\ff\ff\ff\ff\ff\ff\ff\ff") + (data (i32.const 104) "\00\00\00\00") +) + |