diff options
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 |