summaryrefslogtreecommitdiff
path: root/test/passes/emit-js-wrapper=a.js.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/emit-js-wrapper=a.js.txt')
-rw-r--r--test/passes/emit-js-wrapper=a.js.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/passes/emit-js-wrapper=a.js.txt b/test/passes/emit-js-wrapper=a.js.txt
index 0432ccdc7..e390a8fbb 100644
--- a/test/passes/emit-js-wrapper=a.js.txt
+++ b/test/passes/emit-js-wrapper=a.js.txt
@@ -10,19 +10,19 @@
(export "types" (func $types))
(export "types2" (func $types2))
(export "types3" (func $types3))
- (func $add (type $0) (param $x i32) (param $y i32) (result i32)
+ (func $add (; 0 ;) (type $0) (param $x i32) (param $y i32) (result i32)
(i32.add
(get_local $x)
(get_local $y)
)
)
- (func $unexported (type $0) (param $x i32) (param $y i32) (result i32)
+ (func $unexported (; 1 ;) (type $0) (param $x i32) (param $y i32) (result i32)
(i32.add
(get_local $x)
(get_local $y)
)
)
- (func $no-return (type $1) (param $x i32)
+ (func $no-return (; 2 ;) (type $1) (param $x i32)
(drop
(i32.add
(get_local $x)
@@ -30,13 +30,13 @@
)
)
)
- (func $types (type $2) (param $x i32) (param $y i64) (param $z f32) (param $w f64)
+ (func $types (; 3 ;) (type $2) (param $x i32) (param $y i64) (param $z f32) (param $w f64)
(nop)
)
- (func $types2 (type $3) (param $x i32) (param $z f32) (param $w f64)
+ (func $types2 (; 4 ;) (type $3) (param $x i32) (param $z f32) (param $w f64)
(nop)
)
- (func $types3 (type $4) (param $x i32) (param $z f32) (param $w f64) (result i64)
+ (func $types3 (; 5 ;) (type $4) (param $x i32) (param $z f32) (param $w f64) (result i64)
(i64.const 1)
)
)