summaryrefslogtreecommitdiff
path: root/test/reference-types.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/reference-types.wast.fromBinary.noDebugInfo')
-rw-r--r--test/reference-types.wast.fromBinary.noDebugInfo48
1 files changed, 24 insertions, 24 deletions
diff --git a/test/reference-types.wast.fromBinary.noDebugInfo b/test/reference-types.wast.fromBinary.noDebugInfo
index 85ebc9e9e..f4349a527 100644
--- a/test/reference-types.wast.fromBinary.noDebugInfo
+++ b/test/reference-types.wast.fromBinary.noDebugInfo
@@ -21,19 +21,19 @@
(tag $tag$0 (param i32))
(export "export_func" (func $fimport$0))
(export "export_global" (global $gimport$0))
- (func $0 (param $0 eqref)
+ (func $0 (type $eqref_=>_none) (param $0 eqref)
(nop)
)
- (func $1 (param $0 funcref)
+ (func $1 (type $funcref_=>_none) (param $0 funcref)
(nop)
)
- (func $2 (param $0 anyref)
+ (func $2 (type $anyref_=>_none) (param $0 anyref)
(nop)
)
- (func $3
+ (func $3 (type $none_=>_none)
(nop)
)
- (func $4
+ (func $4 (type $none_=>_none)
(local $0 eqref)
(local $1 funcref)
(local $2 anyref)
@@ -544,80 +544,80 @@
)
)
)
- (func $5 (result eqref)
+ (func $5 (type $none_=>_eqref) (result eqref)
(local $0 eqref)
(local.get $0)
)
- (func $6 (result eqref)
+ (func $6 (type $none_=>_eqref) (result eqref)
(global.get $global$0)
)
- (func $7 (result eqref)
+ (func $7 (type $none_=>_eqref) (result eqref)
(ref.null none)
)
- (func $8 (result funcref)
+ (func $8 (type $none_=>_funcref) (result funcref)
(local $0 funcref)
(local.get $0)
)
- (func $9 (result funcref)
+ (func $9 (type $none_=>_funcref) (result funcref)
(global.get $global$1)
)
- (func $10 (result funcref)
+ (func $10 (type $none_=>_funcref) (result funcref)
(ref.null nofunc)
)
- (func $11 (result funcref)
+ (func $11 (type $none_=>_funcref) (result funcref)
(ref.func $3)
)
- (func $12 (result anyref)
+ (func $12 (type $none_=>_anyref) (result anyref)
(local $0 anyref)
(local.get $0)
)
- (func $13 (result anyref)
+ (func $13 (type $none_=>_anyref) (result anyref)
(global.get $global$3)
)
- (func $14 (result anyref)
+ (func $14 (type $none_=>_anyref) (result anyref)
(ref.null none)
)
- (func $15 (result anyref)
+ (func $15 (type $none_=>_anyref) (result anyref)
(local $0 eqref)
(local.get $0)
)
- (func $16 (result anyref)
+ (func $16 (type $none_=>_anyref) (result anyref)
(global.get $global$0)
)
- (func $17 (result anyref)
+ (func $17 (type $none_=>_anyref) (result anyref)
(ref.null none)
)
- (func $18 (result eqref)
+ (func $18 (type $none_=>_eqref) (result eqref)
(local $0 eqref)
(return
(local.get $0)
)
)
- (func $19 (result funcref)
+ (func $19 (type $none_=>_funcref) (result funcref)
(local $0 funcref)
(return
(local.get $0)
)
)
- (func $20 (result anyref)
+ (func $20 (type $none_=>_anyref) (result anyref)
(local $0 anyref)
(return
(local.get $0)
)
)
- (func $21 (result anyref)
+ (func $21 (type $none_=>_anyref) (result anyref)
(local $0 eqref)
(local $1 funcref)
(return
(local.get $0)
)
)
- (func $22
+ (func $22 (type $none_=>_none)
(drop
(ref.func $23)
)
)
- (func $23
+ (func $23 (type $none_=>_none)
(nop)
)
)