summaryrefslogtreecommitdiff
path: root/test/polymorphic_stack.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/polymorphic_stack.wast.from-wast')
-rw-r--r--test/polymorphic_stack.wast.from-wast20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/polymorphic_stack.wast.from-wast b/test/polymorphic_stack.wast.from-wast
index d1056b2ef..cb0d47355 100644
--- a/test/polymorphic_stack.wast.from-wast
+++ b/test/polymorphic_stack.wast.from-wast
@@ -1,10 +1,10 @@
(module
(type $FUNCSIG$ii (func (param i32) (result i32)))
- (type $1 (func (result i32)))
- (type $2 (func (param i32)))
- (type $3 (func))
+ (type $FUNCSIG$i (func (result i32)))
+ (type $FUNCSIG$vi (func (param i32)))
+ (type $FUNCSIG$v (func))
(import "env" "table" (table $0 9 9 funcref))
- (func $break-and-binary (; 0 ;) (type $1) (result i32)
+ (func $break-and-binary (; 0 ;) (type $FUNCSIG$i) (result i32)
(block $x (result i32)
(f32.add
(br_if $x
@@ -43,7 +43,7 @@
)
)
)
- (func $tee (; 2 ;) (type $2) (param $x i32)
+ (func $tee (; 2 ;) (type $FUNCSIG$vi) (param $x i32)
(local $y f32)
(drop
(i64.eqz
@@ -60,7 +60,7 @@
)
)
)
- (func $tee2 (; 3 ;) (type $3)
+ (func $tee2 (; 3 ;) (type $FUNCSIG$v)
(local $0 f32)
(if
(i32.const 259)
@@ -69,7 +69,7 @@
)
)
)
- (func $select (; 4 ;) (type $3)
+ (func $select (; 4 ;) (type $FUNCSIG$v)
(drop
(i64.eqz
(select
@@ -80,7 +80,7 @@
)
)
)
- (func $untaken-break-should-have-value (; 5 ;) (type $1) (result i32)
+ (func $untaken-break-should-have-value (; 5 ;) (type $FUNCSIG$i) (result i32)
(block $x (result i32)
(block $block
(br_if $x
@@ -106,7 +106,7 @@
)
)
)
- (func $br_table_unreachable_to_also_unreachable (; 7 ;) (type $1) (result i32)
+ (func $br_table_unreachable_to_also_unreachable (; 7 ;) (type $FUNCSIG$i) (result i32)
(block $a (result i32)
(block $b (result i32)
(br_table $a $b
@@ -116,7 +116,7 @@
)
)
)
- (func $untaken-br_if (; 8 ;) (type $1) (result i32)
+ (func $untaken-br_if (; 8 ;) (type $FUNCSIG$i) (result i32)
(block $label$8 (result i32)
(block $label$9
(drop