summaryrefslogtreecommitdiff
path: root/test/grow_memory.wast.fromBinary
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2021-02-25 21:15:41 +0000
committerGitHub <noreply@github.com>2021-02-25 13:15:41 -0800
commit04c1515acb354714af3d07fe2a3b65b2bb0398ab (patch)
treee73935d0407777fe1ae2742717f00ebc4f336928 /test/grow_memory.wast.fromBinary
parentc64a50d46cd3b5d5c19411b3ac4d8f0ba10c2efd (diff)
downloadbinaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.tar.gz
binaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.tar.bz2
binaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.zip
Support Type names in the Names section (#3615)
Diffstat (limited to 'test/grow_memory.wast.fromBinary')
-rw-r--r--test/grow_memory.wast.fromBinary4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/grow_memory.wast.fromBinary b/test/grow_memory.wast.fromBinary
index 82b5b18af..1071d7b4b 100644
--- a/test/grow_memory.wast.fromBinary
+++ b/test/grow_memory.wast.fromBinary
@@ -1,6 +1,6 @@
(module
- (type $none_=>_i32 (func (result i32)))
- (type $i32_=>_i32 (func (param i32) (result i32)))
+ (type $1 (func (result i32)))
+ (type $0 (func (param i32) (result i32)))
(memory $0 1)
(export "memory" (memory $0))
(export "grow" (func $0))