From 4dc98c505d6ea2a610005a45215775a7c9d002a7 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Sun, 29 Oct 2023 15:43:50 -0700 Subject: [PATCH] update expected file --- test/test.expected | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test.expected b/test/test.expected index d65130c..2917ebc 100644 --- a/test/test.expected +++ b/test/test.expected @@ -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)) @@ -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") @@ -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") @@ -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")