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.noDebugInfo94
1 files changed, 47 insertions, 47 deletions
diff --git a/test/reference-types.wast.fromBinary.noDebugInfo b/test/reference-types.wast.fromBinary.noDebugInfo
index 95b058c2a..8fbc6f614 100644
--- a/test/reference-types.wast.fromBinary.noDebugInfo
+++ b/test/reference-types.wast.fromBinary.noDebugInfo
@@ -1,15 +1,15 @@
(module
- (type $none_=>_anyref (func (result anyref)))
- (type $anyref_=>_none (func (param anyref)))
- (type $funcref_=>_none (func (param funcref)))
- (type $none_=>_funcref (func (result funcref)))
- (type $eqref_=>_none (func (param eqref)))
- (type $none_=>_none (func))
- (type $none_=>_eqref (func (result eqref)))
- (type $i32_=>_none (func (param i32)))
- (type $eqref_=>_funcref (func (param eqref) (result funcref)))
+ (type $0 (func (result anyref)))
+ (type $1 (func (param anyref)))
+ (type $2 (func (param funcref)))
+ (type $3 (func (result funcref)))
+ (type $4 (func (param eqref)))
+ (type $5 (func))
+ (type $6 (func (result eqref)))
+ (type $7 (func (param i32)))
+ (type $8 (func (param eqref) (result funcref)))
(import "env" "import_global" (global $gimport$0 eqref))
- (import "env" "import_func" (func $fimport$0 (type $eqref_=>_funcref) (param eqref) (result funcref)))
+ (import "env" "import_func" (func $fimport$0 (type $8) (param eqref) (result funcref)))
(global $global$0 (mut eqref) (ref.null none))
(global $global$1 (mut funcref) (ref.null nofunc))
(global $global$2 (mut funcref) (ref.func $3))
@@ -21,19 +21,19 @@
(tag $tag$0 (param i32))
(export "export_func" (func $fimport$0))
(export "export_global" (global $gimport$0))
- (func $0 (type $eqref_=>_none) (param $0 eqref)
+ (func $0 (type $4) (param $0 eqref)
(nop)
)
- (func $1 (type $funcref_=>_none) (param $0 funcref)
+ (func $1 (type $2) (param $0 funcref)
(nop)
)
- (func $2 (type $anyref_=>_none) (param $0 anyref)
+ (func $2 (type $1) (param $0 anyref)
(nop)
)
- (func $3 (type $none_=>_none)
+ (func $3 (type $5)
(nop)
)
- (func $4 (type $none_=>_none)
+ (func $4 (type $5)
(local $0 eqref)
(local $1 funcref)
(local $2 anyref)
@@ -154,55 +154,55 @@
(call $2
(ref.null none)
)
- (call_indirect $0 (type $eqref_=>_none)
+ (call_indirect $0 (type $4)
(local.get $0)
(i32.const 0)
)
- (call_indirect $0 (type $eqref_=>_none)
+ (call_indirect $0 (type $4)
(global.get $global$0)
(i32.const 0)
)
- (call_indirect $0 (type $eqref_=>_none)
+ (call_indirect $0 (type $4)
(ref.null none)
(i32.const 0)
)
- (call_indirect $0 (type $funcref_=>_none)
+ (call_indirect $0 (type $2)
(local.get $1)
(i32.const 1)
)
- (call_indirect $0 (type $funcref_=>_none)
+ (call_indirect $0 (type $2)
(global.get $global$1)
(i32.const 1)
)
- (call_indirect $0 (type $funcref_=>_none)
+ (call_indirect $0 (type $2)
(ref.null nofunc)
(i32.const 1)
)
- (call_indirect $0 (type $funcref_=>_none)
+ (call_indirect $0 (type $2)
(ref.func $3)
(i32.const 1)
)
- (call_indirect $0 (type $anyref_=>_none)
+ (call_indirect $0 (type $1)
(local.get $2)
(i32.const 3)
)
- (call_indirect $0 (type $anyref_=>_none)
+ (call_indirect $0 (type $1)
(global.get $global$3)
(i32.const 3)
)
- (call_indirect $0 (type $anyref_=>_none)
+ (call_indirect $0 (type $1)
(ref.null none)
(i32.const 3)
)
- (call_indirect $0 (type $anyref_=>_none)
+ (call_indirect $0 (type $1)
(local.get $0)
(i32.const 3)
)
- (call_indirect $0 (type $anyref_=>_none)
+ (call_indirect $0 (type $1)
(global.get $global$0)
(i32.const 3)
)
- (call_indirect $0 (type $anyref_=>_none)
+ (call_indirect $0 (type $1)
(ref.null none)
(i32.const 3)
)
@@ -544,80 +544,80 @@
)
)
)
- (func $5 (type $none_=>_eqref) (result eqref)
+ (func $5 (type $6) (result eqref)
(local $0 eqref)
(local.get $0)
)
- (func $6 (type $none_=>_eqref) (result eqref)
+ (func $6 (type $6) (result eqref)
(global.get $global$0)
)
- (func $7 (type $none_=>_eqref) (result eqref)
+ (func $7 (type $6) (result eqref)
(ref.null none)
)
- (func $8 (type $none_=>_funcref) (result funcref)
+ (func $8 (type $3) (result funcref)
(local $0 funcref)
(local.get $0)
)
- (func $9 (type $none_=>_funcref) (result funcref)
+ (func $9 (type $3) (result funcref)
(global.get $global$1)
)
- (func $10 (type $none_=>_funcref) (result funcref)
+ (func $10 (type $3) (result funcref)
(ref.null nofunc)
)
- (func $11 (type $none_=>_funcref) (result funcref)
+ (func $11 (type $3) (result funcref)
(ref.func $3)
)
- (func $12 (type $none_=>_anyref) (result anyref)
+ (func $12 (type $0) (result anyref)
(local $0 anyref)
(local.get $0)
)
- (func $13 (type $none_=>_anyref) (result anyref)
+ (func $13 (type $0) (result anyref)
(global.get $global$3)
)
- (func $14 (type $none_=>_anyref) (result anyref)
+ (func $14 (type $0) (result anyref)
(ref.null none)
)
- (func $15 (type $none_=>_anyref) (result anyref)
+ (func $15 (type $0) (result anyref)
(local $0 eqref)
(local.get $0)
)
- (func $16 (type $none_=>_anyref) (result anyref)
+ (func $16 (type $0) (result anyref)
(global.get $global$0)
)
- (func $17 (type $none_=>_anyref) (result anyref)
+ (func $17 (type $0) (result anyref)
(ref.null none)
)
- (func $18 (type $none_=>_eqref) (result eqref)
+ (func $18 (type $6) (result eqref)
(local $0 eqref)
(return
(local.get $0)
)
)
- (func $19 (type $none_=>_funcref) (result funcref)
+ (func $19 (type $3) (result funcref)
(local $0 funcref)
(return
(local.get $0)
)
)
- (func $20 (type $none_=>_anyref) (result anyref)
+ (func $20 (type $0) (result anyref)
(local $0 anyref)
(return
(local.get $0)
)
)
- (func $21 (type $none_=>_anyref) (result anyref)
+ (func $21 (type $0) (result anyref)
(local $0 eqref)
(local $1 funcref)
(return
(local.get $0)
)
)
- (func $22 (type $none_=>_none)
+ (func $22 (type $5)
(drop
(ref.func $23)
)
)
- (func $23 (type $none_=>_none)
+ (func $23 (type $5)
(nop)
)
)