diff options
Diffstat (limited to 'test/passes/asyncify_pass-arg=asyncify-asserts_pass-arg=asyncify-whitelist@waka.txt')
-rw-r--r-- | test/passes/asyncify_pass-arg=asyncify-asserts_pass-arg=asyncify-whitelist@waka.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/passes/asyncify_pass-arg=asyncify-asserts_pass-arg=asyncify-whitelist@waka.txt b/test/passes/asyncify_pass-arg=asyncify-asserts_pass-arg=asyncify-whitelist@waka.txt index fe67c47a7..08eda7a63 100644 --- a/test/passes/asyncify_pass-arg=asyncify-asserts_pass-arg=asyncify-whitelist@waka.txt +++ b/test/passes/asyncify_pass-arg=asyncify-asserts_pass-arg=asyncify-whitelist@waka.txt @@ -15,7 +15,7 @@ (export "asyncify_start_rewind" (func $asyncify_start_rewind)) (export "asyncify_stop_rewind" (func $asyncify_stop_rewind)) (export "asyncify_get_state" (func $asyncify_get_state)) - (func $calls-import (; 3 ;) + (func $calls-import (local $0 i32) (local.set $0 (global.get $__asyncify_state) @@ -31,7 +31,7 @@ ) ) ) - (func $calls-import2-drop (; 4 ;) + (func $calls-import2-drop (local $0 i32) (local $1 i32) (local $2 i32) @@ -59,7 +59,7 @@ ) ) ) - (func $returns (; 5 ;) (result i32) + (func $returns (result i32) (local $x i32) (local $1 i32) (local $2 i32) @@ -105,7 +105,7 @@ ) ) ) - (func $calls-indirect (; 6 ;) (param $x i32) + (func $calls-indirect (param $x i32) (local $1 i32) (local $2 i32) (local.set $2 @@ -129,7 +129,7 @@ ) ) ) - (func $asyncify_start_unwind (; 7 ;) (param $0 i32) + (func $asyncify_start_unwind (param $0 i32) (global.set $__asyncify_state (i32.const 1) ) @@ -148,7 +148,7 @@ (unreachable) ) ) - (func $asyncify_stop_unwind (; 8 ;) + (func $asyncify_stop_unwind (global.set $__asyncify_state (i32.const 0) ) @@ -164,7 +164,7 @@ (unreachable) ) ) - (func $asyncify_start_rewind (; 9 ;) (param $0 i32) + (func $asyncify_start_rewind (param $0 i32) (global.set $__asyncify_state (i32.const 2) ) @@ -183,7 +183,7 @@ (unreachable) ) ) - (func $asyncify_stop_rewind (; 10 ;) + (func $asyncify_stop_rewind (global.set $__asyncify_state (i32.const 0) ) @@ -199,7 +199,7 @@ (unreachable) ) ) - (func $asyncify_get_state (; 11 ;) (result i32) + (func $asyncify_get_state (result i32) (global.get $__asyncify_state) ) ) |