diff options
Diffstat (limited to 'test/memory-import64.wast.fromBinary')
-rw-r--r-- | test/memory-import64.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/memory-import64.wast.fromBinary b/test/memory-import64.wast.fromBinary index c89e3a6ca..dca6e27b6 100644 --- a/test/memory-import64.wast.fromBinary +++ b/test/memory-import64.wast.fromBinary @@ -1,7 +1,7 @@ (module (type $0 (func (result i32))) (import "env" "memory" (memory $0 i64 1 1)) - (func $foo (result i32) + (func $foo (type $0) (result i32) (i32.load offset=13 (i64.const 37) ) |