summaryrefslogtreecommitdiff
path: root/test/roundtrip/bulk-memory64.txt
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2020-09-18 18:37:24 +0200
committerGitHub <noreply@github.com>2020-09-18 09:37:24 -0700
commit76f76f9c01b43124c98769d9c92620c9a587dd62 (patch)
treedd68abcbb8c2f3c7a02dacbe6e4b566a47c2e0de /test/roundtrip/bulk-memory64.txt
parent122f79d2030156857e5f5a581d060eb9edb2bfec (diff)
downloadwabt-76f76f9c01b43124c98769d9c92620c9a587dd62.tar.gz
wabt-76f76f9c01b43124c98769d9c92620c9a587dd62.tar.bz2
wabt-76f76f9c01b43124c98769d9c92620c9a587dd62.zip
Disallow "64-bit" flag if memory64 is disabled (#1547)
Fixes regressions in binary reader introduced by the implementation of the memory64 extension: https://github.com/WebAssembly/wabt/pull/1500.
Diffstat (limited to 'test/roundtrip/bulk-memory64.txt')
-rw-r--r--test/roundtrip/bulk-memory64.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/roundtrip/bulk-memory64.txt b/test/roundtrip/bulk-memory64.txt
index c6513a34..dcbf0ca4 100644
--- a/test/roundtrip/bulk-memory64.txt
+++ b/test/roundtrip/bulk-memory64.txt
@@ -1,5 +1,5 @@
;;; TOOL: run-roundtrip
-;;; ARGS: --stdout --enable-bulk-memory
+;;; ARGS: --stdout --enable-bulk-memory --enable-memory64
(module
(memory 0 i64)
(table 0 anyfunc)