diff options
Diffstat (limited to 'test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt')
-rw-r--r-- | test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt b/test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt index c7e35c2f8..49c3ed7ed 100644 --- a/test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt +++ b/test/passes/asyncify_mod-asyncify-always-and-only-unwind.txt @@ -1,7 +1,7 @@ (module - (type $FUNCSIG$v (func)) - (type $FUNCSIG$i (func (result i32))) - (type $FUNCSIG$vi (func (param i32))) + (type $none_=>_none (func)) + (type $i32_=>_none (func (param i32))) + (type $none_=>_i32 (func (result i32))) (import "env" "import" (func $import)) (import "env" "import2" (func $import2 (result i32))) (import "env" "import3" (func $import3 (param i32))) @@ -12,7 +12,7 @@ (export "asyncify_stop_unwind" (func $asyncify_stop_unwind)) (export "asyncify_start_rewind" (func $asyncify_start_rewind)) (export "asyncify_stop_rewind" (func $asyncify_stop_rewind)) - (func $calls-import (; 3 ;) (type $FUNCSIG$v) + (func $calls-import (; 3 ;) (local $0 i32) (local $1 i32) (if @@ -99,7 +99,7 @@ ) (nop) ) - (func $calls-import2 (; 4 ;) (type $FUNCSIG$i) (result i32) + (func $calls-import2 (; 4 ;) (result i32) (local $temp i32) (local $1 i32) (local $2 i32) @@ -290,7 +290,7 @@ ) (i32.const 0) ) - (func $calls-import2-drop (; 5 ;) (type $FUNCSIG$v) + (func $calls-import2-drop (; 5 ;) (local $0 i32) (local $1 i32) (local $2 i32) @@ -431,7 +431,7 @@ ) ) ) - (func $calls-nothing (; 6 ;) (type $FUNCSIG$v) + (func $calls-nothing (; 6 ;) (local $0 i32) (local.set $0 (i32.eqz |