diff options
Diffstat (limited to 'test/grow_memory.wast.fromBinary')
-rw-r--r-- | test/grow_memory.wast.fromBinary | 4 |
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)) |