summaryrefslogtreecommitdiff
path: root/test/unit.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit.wast.fromBinary.noDebugInfo')
-rw-r--r--test/unit.wast.fromBinary.noDebugInfo96
1 files changed, 48 insertions, 48 deletions
diff --git a/test/unit.wast.fromBinary.noDebugInfo b/test/unit.wast.fromBinary.noDebugInfo
index 498ce3a7c..0d6109f80 100644
--- a/test/unit.wast.fromBinary.noDebugInfo
+++ b/test/unit.wast.fromBinary.noDebugInfo
@@ -14,31 +14,31 @@
(import "asm2wasm" "f64-rem" (func $fimport$2 (param f64 f64) (result f64)))
(memory $0 4096 4096)
(data (i32.const 1026) "\14\00")
- (table $0 10 anyfunc)
+ (table $0 10 funcref)
(elem (i32.const 0) $17 $0 $17 $17 $18 $18 $1 $18 $17 $15)
(export "big_negative" (func $0))
(func $0 (; 3 ;) (type $1)
(local $0 f64)
- (set_local $0
+ (local.set $0
(f64.const -2147483648)
)
- (set_local $0
+ (local.set $0
(f64.const -2147483648)
)
- (set_local $0
+ (local.set $0
(f64.const -21474836480)
)
- (set_local $0
+ (local.set $0
(f64.const 0.039625)
)
- (set_local $0
+ (local.set $0
(f64.const -0.039625)
)
)
(func $1 (; 4 ;) (type $4) (result f64)
(local $0 f64)
(block $label$1 (result f64)
- (set_local $0
+ (local.set $0
(f64.add
(f64.add
(f64.add
@@ -94,7 +94,7 @@
(block $label$1 (result f64)
(if
(f64.gt
- (get_local $0)
+ (local.get $0)
(f64.const 0)
)
(br $label$1
@@ -103,7 +103,7 @@
)
(if
(f64.gt
- (get_local $4)
+ (local.get $4)
(f64.const 0)
)
(br $label$1
@@ -112,7 +112,7 @@
)
(if
(i32.gt_s
- (get_local $2)
+ (local.get $2)
(i32.const 0)
)
(br $label$1
@@ -121,20 +121,20 @@
)
(if
(f64.lt
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
(br $label$1
- (get_local $0)
+ (local.get $0)
)
)
- (get_local $1)
+ (local.get $1)
)
)
(func $3 (; 6 ;) (type $5) (result i32)
(local $0 i32)
(i32.eq
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
)
@@ -152,20 +152,20 @@
(func $5 (; 8 ;) (type $1)
(local $0 i32)
(local $1 f64)
- (set_local $0
+ (local.set $0
(call $fimport$1
- (get_local $1)
+ (local.get $1)
)
)
- (set_local $1
- (f64.convert_s/i32
- (get_local $0)
+ (local.set $1
+ (f64.convert_i32_s
+ (local.get $0)
)
)
- (set_local $1
- (f64.convert_u/i32
+ (local.set $1
+ (f64.convert_i32_u
(i32.shr_u
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
)
@@ -173,7 +173,7 @@
)
(func $6 (; 9 ;) (type $1)
(local $0 f64)
- (set_local $0
+ (local.set $0
(f64.sub
(block $label$1 (result f64)
(drop
@@ -198,7 +198,7 @@
(block $label$5
(br_table $label$5 $label$4 $label$3
(i32.sub
- (get_local $0)
+ (local.get $0)
(i32.const 1)
)
)
@@ -219,7 +219,7 @@
(block $label$9
(br_table $label$8 $label$7 $label$7 $label$7 $label$7 $label$7 $label$7 $label$9 $label$7
(i32.sub
- (get_local $0)
+ (local.get $0)
(i32.const 5)
)
)
@@ -242,7 +242,7 @@
(block $label$15
(br_table $label$12 $label$11 $label$11 $label$13 $label$11 $label$11 $label$11 $label$11 $label$14 $label$11 $label$15 $label$11
(i32.sub
- (get_local $0)
+ (local.get $0)
(i32.const 2)
)
)
@@ -281,7 +281,7 @@
)
(func $10 (; 13 ;) (type $5) (result i32)
(local $0 i32)
- (set_local $0
+ (local.set $0
(i32.and
(i32.div_u
(i32.const -1)
@@ -290,18 +290,18 @@
(i32.const -1)
)
)
- (get_local $0)
+ (local.get $0)
)
(func $11 (; 14 ;) (type $0) (param $0 f32)
(local $1 f32)
(local $2 f64)
(drop
- (f32.demote/f64
- (get_local $2)
+ (f32.demote_f64
+ (local.get $2)
)
)
(drop
- (get_local $1)
+ (local.get $1)
)
(drop
(f32.const 5)
@@ -324,30 +324,30 @@
(local $1 i32)
(local $2 f32)
(local $3 f64)
- (set_local $0
+ (local.set $0
(block $label$1 (result i32)
- (set_local $1
+ (local.set $1
(i32.const 0)
)
(select
(i32.sub
(i32.const 0)
- (get_local $1)
+ (local.get $1)
)
- (get_local $1)
+ (local.get $1)
(i32.lt_s
- (get_local $1)
+ (local.get $1)
(i32.const 0)
)
)
)
)
- (set_local $3
+ (local.set $3
(f64.abs
(f64.const 0)
)
)
- (set_local $2
+ (local.set $2
(f32.abs
(f32.const 0)
)
@@ -355,13 +355,13 @@
)
(func $14 (; 17 ;) (type $1)
(local $0 f32)
- (set_local $0
+ (local.set $0
(f32.neg
- (get_local $0)
+ (local.get $0)
)
)
(call_indirect (type $0)
- (get_local $0)
+ (local.get $0)
(i32.add
(i32.and
(i32.const 1)
@@ -373,7 +373,7 @@
)
(func $15 (; 18 ;) (type $0) (param $0 f32)
(call_indirect (type $0)
- (get_local $0)
+ (local.get $0)
(i32.add
(i32.and
(i32.const 1)
@@ -388,7 +388,7 @@
(drop
(i32.gt_u
(i32.shr_u
- (get_local $0)
+ (local.get $0)
(i32.const 0)
)
(i32.const -4096)
@@ -413,9 +413,9 @@
(func $20 (; 23 ;) (type $7) (param $0 f64) (result f64)
(loop $label$1 (result f64)
(drop
- (get_local $0)
+ (local.get $0)
)
- (get_local $0)
+ (local.get $0)
)
)
(func $21 (; 24 ;) (type $8) (result i64)
@@ -423,8 +423,8 @@
)
(func $22 (; 25 ;) (type $9) (param $0 i32) (param $1 i64)
(i64.store32
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
)
(func $23 (; 26 ;) (type $5) (result i32)