diff options
author | Alon Zakai <azakai@google.com> | 2021-02-25 21:15:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 13:15:41 -0800 |
commit | 04c1515acb354714af3d07fe2a3b65b2bb0398ab (patch) | |
tree | e73935d0407777fe1ae2742717f00ebc4f336928 /test/memory-import.wast.fromBinary | |
parent | c64a50d46cd3b5d5c19411b3ac4d8f0ba10c2efd (diff) | |
download | binaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.tar.gz binaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.tar.bz2 binaryen-04c1515acb354714af3d07fe2a3b65b2bb0398ab.zip |
Support Type names in the Names section (#3615)
Diffstat (limited to 'test/memory-import.wast.fromBinary')
-rw-r--r-- | test/memory-import.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/memory-import.wast.fromBinary b/test/memory-import.wast.fromBinary index 66554b97a..e03f853d0 100644 --- a/test/memory-import.wast.fromBinary +++ b/test/memory-import.wast.fromBinary @@ -1,5 +1,5 @@ (module - (type $none_=>_i32 (func (result i32))) + (type $0 (func (result i32))) (import "env" "memory" (memory $0 1 1)) (func $foo (result i32) (i32.load offset=13 |