diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2020-08-07 12:55:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 12:55:47 -0700 |
commit | 4b9852ad23541c851031398b835d6387b1b51393 (patch) | |
tree | c41ad109e1e54825b4da0c823c62a28a97e0ed99 /test/help/wat-desugar.txt | |
parent | 05c1aa18e53258fefee9a8aac656280475ccf614 (diff) | |
download | wabt-4b9852ad23541c851031398b835d6387b1b51393.tar.gz wabt-4b9852ad23541c851031398b835d6387b1b51393.tar.bz2 wabt-4b9852ad23541c851031398b835d6387b1b51393.zip |
Added initial "memory64" proposal support (#1500)
Diffstat (limited to 'test/help/wat-desugar.txt')
-rw-r--r-- | test/help/wat-desugar.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/help/wat-desugar.txt b/test/help/wat-desugar.txt index 65abc0d9..10076f78 100644 --- a/test/help/wat-desugar.txt +++ b/test/help/wat-desugar.txt @@ -35,6 +35,7 @@ options: --enable-reference-types Enable Reference types (externref) --enable-annotations Enable Custom annotation syntax --enable-gc Enable Garbage collection + --enable-memory64 Enable 64-bit memory --enable-all Enable all features --generate-names Give auto-generated names to non-named functions, types, etc. ;;; STDOUT ;;) |