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.fromBinary18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/polymorphic_stack.wast.fromBinary b/test/polymorphic_stack.wast.fromBinary
index 776db62ad..94ff7b2a5 100644
--- a/test/polymorphic_stack.wast.fromBinary
+++ b/test/polymorphic_stack.wast.fromBinary
@@ -4,29 +4,29 @@
(type $none_=>_none (func))
(type $i32_=>_none (func (param i32)))
(import "env" "table" (table $timport$0 9 9 funcref))
- (func $break-and-binary (result i32)
+ (func $break-and-binary (type $none_=>_i32) (result i32)
(block $label$1 (result i32)
(unreachable)
)
)
- (func $call-and-unary (param $0 i32) (result i32)
+ (func $call-and-unary (type $FUNCSIG$ii) (param $0 i32) (result i32)
(unreachable)
)
- (func $tee (param $x i32)
+ (func $tee (type $i32_=>_none) (param $x i32)
(local $y f32)
(unreachable)
)
- (func $tee2
+ (func $tee2 (type $none_=>_none)
(local $0 f32)
(if
(i32.const 259)
(unreachable)
)
)
- (func $select
+ (func $select (type $none_=>_none)
(unreachable)
)
- (func $untaken-break-should-have-value (result i32)
+ (func $untaken-break-should-have-value (type $none_=>_i32) (result i32)
(block $label$1 (result i32)
(block $label$2
(drop
@@ -37,7 +37,7 @@
(unreachable)
)
)
- (func $unreachable-in-block-but-code-before (param $0 i32) (result i32)
+ (func $unreachable-in-block-but-code-before (type $FUNCSIG$ii) (param $0 i32) (result i32)
(if
(local.get $0)
(return
@@ -53,14 +53,14 @@
)
)
)
- (func $br_table_unreachable_to_also_unreachable (result i32)
+ (func $br_table_unreachable_to_also_unreachable (type $none_=>_i32) (result i32)
(block $label$1 (result i32)
(block $label$2 (result i32)
(unreachable)
)
)
)
- (func $untaken-br_if (result i32)
+ (func $untaken-br_if (type $none_=>_i32) (result i32)
(block $label$1 (result i32)
(block $label$2
(if