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 b420b3192..d0ac28345 100644
--- a/test/polymorphic_stack.wast.from-wast
+++ b/test/polymorphic_stack.wast.from-wast
@@ -1,10 +1,10 @@
(module
- (type $none_=>_i32 (func (result i32)))
+ (type $0 (func (result i32)))
(type $FUNCSIG$ii (func (param i32) (result i32)))
- (type $none_=>_none (func))
- (type $i32_=>_none (func (param i32)))
+ (type $2 (func))
+ (type $3 (func (param i32)))
(import "env" "table" (table $timport$0 9 9 funcref))
- (func $break-and-binary (type $none_=>_i32) (result i32)
+ (func $break-and-binary (type $0) (result i32)
(block $x (result i32)
(f32.add
(br_if $x
@@ -43,7 +43,7 @@
)
)
)
- (func $tee (type $i32_=>_none) (param $x i32)
+ (func $tee (type $3) (param $x i32)
(local $y f32)
(drop
(i64.eqz
@@ -60,7 +60,7 @@
)
)
)
- (func $tee2 (type $none_=>_none)
+ (func $tee2 (type $2)
(local $0 f32)
(if
(i32.const 259)
@@ -69,7 +69,7 @@
)
)
)
- (func $select (type $none_=>_none)
+ (func $select (type $2)
(drop
(i64.eqz
(select
@@ -80,7 +80,7 @@
)
)
)
- (func $untaken-break-should-have-value (type $none_=>_i32) (result i32)
+ (func $untaken-break-should-have-value (type $0) (result i32)
(block $x (result i32)
(block
(br_if $x
@@ -106,7 +106,7 @@
)
)
)
- (func $br_table_unreachable_to_also_unreachable (type $none_=>_i32) (result i32)
+ (func $br_table_unreachable_to_also_unreachable (type $0) (result i32)
(block $a (result i32)
(block $b (result i32)
(br_table $a $b
@@ -116,7 +116,7 @@
)
)
)
- (func $untaken-br_if (type $none_=>_i32) (result i32)
+ (func $untaken-br_if (type $0) (result i32)
(block $label$8 (result i32)
(block $label$9
(drop