diff options
Diffstat (limited to 'test/passes/log-execution.txt')
-rw-r--r-- | test/passes/log-execution.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/test/passes/log-execution.txt b/test/passes/log-execution.txt index f09346a31..3f842a6f1 100644 --- a/test/passes/log-execution.txt +++ b/test/passes/log-execution.txt @@ -1,21 +1,22 @@ (module - (type $0 (func)) + (type $FUNCSIG$v (func)) (type $1 (func (result i32))) (type $FUNCSIG$vi (func (param i32))) + (import "env" "func" (func $import)) (import "env" "log_execution" (func $log_execution (param i32))) - (func $nopp (; 1 ;) (type $0) + (func $nopp (; 2 ;) (type $FUNCSIG$v) (call $log_execution (i32.const 0) ) (nop) ) - (func $intt (; 2 ;) (type $1) (result i32) + (func $intt (; 3 ;) (type $1) (result i32) (call $log_execution (i32.const 1) ) (i32.const 10) ) - (func $workk (; 3 ;) (type $0) + (func $workk (; 4 ;) (type $FUNCSIG$v) (call $log_execution (i32.const 2) ) @@ -29,7 +30,7 @@ ) ) ) - (func $loops (; 4 ;) (type $0) + (func $loops (; 5 ;) (type $FUNCSIG$v) (call $log_execution (i32.const 6) ) @@ -70,7 +71,7 @@ ) ) ) - (func $loops-similar (; 5 ;) (type $0) + (func $loops-similar (; 6 ;) (type $FUNCSIG$v) (call $log_execution (i32.const 8) ) |