Skip to content

Commit

Permalink
update expected file
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Oct 29, 2023
1 parent 6e5d734 commit 4dc98c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test.expected
Expand Up @@ -11,7 +11,7 @@
(type $none_=>_none (func))
(type $anyref_i32_i32_=>_i32 (func (param anyref i32 i32) (result i32)))
(type $anyref_=>_i32 (func (param anyref) (result i32)))
(import "future-wasi" "write" (func $write (param anyref i32 i32) (result i32)))
(import "future-wasi" "write" (func $write (type $anyref_i32_i32_=>_i32) (param anyref i32 i32) (result i32)))
(global $max_int64 i64 (i64.const 9223372036854775807))
(global $max_int64_mut (mut i64) (i64.const 9223372036854775807))
(global $test_float64_bits f64 (f64.const 1.23))
Expand Down Expand Up @@ -71,7 +71,7 @@
(type $none_=>_none (func))
(type $anyref_i32_i32_=>_i32 (func (param anyref i32 i32) (result i32)))
(type $anyref_=>_i32 (func (param anyref) (result i32)))
(import "future-wasi" "write" (func $write (param anyref i32 i32) (result i32)))
(import "future-wasi" "write" (func $write (type $anyref_i32_i32_=>_i32) (param anyref i32 i32) (result i32)))
(memory $0 1)
(data $0 (i32.const 0) "hello")
(data $1 "world")
Expand Down Expand Up @@ -119,7 +119,7 @@
(type $type$1 (func (param i32 i32) (result i32)))
(type $type$2 (func))
(type $type$3 (func (param anyref) (result i32)))
(import "future-wasi" "write" (func $fimport$0 (param anyref i32 i32) (result i32)))
(import "future-wasi" "write" (func $fimport$0 (type $type$0) (param anyref i32 i32) (result i32)))
(memory $0 1)
(data $0 (i32.const 0) "hello")
(data $1 "world")
Expand Down Expand Up @@ -167,7 +167,7 @@
(type $type$1 (func (param i32 i32) (result i32)))
(type $type$2 (func))
(type $type$3 (func (param anyref) (result i32)))
(import "future-wasi" "write" (func $fimport$0 (param anyref i32 i32) (result i32)))
(import "future-wasi" "write" (func $fimport$0 (type $type$0) (param anyref i32 i32) (result i32)))
(memory $0 1)
(data $0 (i32.const 0) "hello")
(data $1 "world")
Expand Down

0 comments on commit 4dc98c5

Please sign in to comment.