summaryrefslogtreecommitdiff
path: root/test/polymorphic_stack.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/polymorphic_stack.wast.fromBinary')
-rw-r--r--test/polymorphic_stack.wast.fromBinary20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/polymorphic_stack.wast.fromBinary b/test/polymorphic_stack.wast.fromBinary
index 94ff7b2a5..652ecb7d9 100644
--- a/test/polymorphic_stack.wast.fromBinary
+++ b/test/polymorphic_stack.wast.fromBinary
@@ -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 $label$1 (result i32)
(unreachable)
)
@@ -12,21 +12,21 @@
(func $call-and-unary (type $FUNCSIG$ii) (param $0 i32) (result i32)
(unreachable)
)
- (func $tee (type $i32_=>_none) (param $x i32)
+ (func $tee (type $3) (param $x i32)
(local $y f32)
(unreachable)
)
- (func $tee2 (type $none_=>_none)
+ (func $tee2 (type $2)
(local $0 f32)
(if
(i32.const 259)
(unreachable)
)
)
- (func $select (type $none_=>_none)
+ (func $select (type $2)
(unreachable)
)
- (func $untaken-break-should-have-value (type $none_=>_i32) (result i32)
+ (func $untaken-break-should-have-value (type $0) (result i32)
(block $label$1 (result i32)
(block $label$2
(drop
@@ -53,14 +53,14 @@
)
)
)
- (func $br_table_unreachable_to_also_unreachable (type $none_=>_i32) (result i32)
+ (func $br_table_unreachable_to_also_unreachable (type $0) (result i32)
(block $label$1 (result i32)
(block $label$2 (result i32)
(unreachable)
)
)
)
- (func $untaken-br_if (type $none_=>_i32) (result i32)
+ (func $untaken-br_if (type $0) (result i32)
(block $label$1 (result i32)
(block $label$2
(if