mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Update dependencies
This commit is contained in:
@ -844,9 +844,9 @@
|
||||
)
|
||||
)
|
||||
(set_local $5
|
||||
(i32.sub
|
||||
(i32.add
|
||||
(get_local $5)
|
||||
(i32.const 1048576)
|
||||
(i32.const -1048576)
|
||||
)
|
||||
)
|
||||
(i32.const 0)
|
||||
@ -3531,12 +3531,6 @@
|
||||
)
|
||||
)
|
||||
(func $start (; 6 ;) (type $v)
|
||||
(drop
|
||||
(i32.div_s
|
||||
(get_global $binary/i)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(drop
|
||||
(i32.rem_s
|
||||
(get_global $binary/i)
|
||||
@ -3599,12 +3593,6 @@
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/i
|
||||
(i32.div_s
|
||||
(get_global $binary/i)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/i
|
||||
(i32.rem_s
|
||||
(get_global $binary/i)
|
||||
@ -3711,12 +3699,6 @@
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(drop
|
||||
(i64.div_s
|
||||
(get_global $binary/I)
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(drop
|
||||
(i64.rem_s
|
||||
(get_global $binary/I)
|
||||
@ -3779,18 +3761,6 @@
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/I
|
||||
(i64.mul
|
||||
(get_global $binary/I)
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/I
|
||||
(i64.div_s
|
||||
(get_global $binary/I)
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/I
|
||||
(i64.rem_s
|
||||
(get_global $binary/I)
|
||||
@ -3855,12 +3825,6 @@
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/I
|
||||
(i64.mul
|
||||
(get_global $binary/I)
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/I
|
||||
(i64.rem_s
|
||||
(get_global $binary/I)
|
||||
@ -3963,18 +3927,6 @@
|
||||
(f32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/f
|
||||
(f32.mul
|
||||
(get_global $binary/f)
|
||||
(f32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/f
|
||||
(f32.div
|
||||
(get_global $binary/f)
|
||||
(f32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/f
|
||||
(call $~lib/math/NativeMathf.mod
|
||||
(get_global $binary/f)
|
||||
@ -3999,12 +3951,6 @@
|
||||
(f32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/f
|
||||
(f32.mul
|
||||
(get_global $binary/f)
|
||||
(f32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/f
|
||||
(call $~lib/math/NativeMathf.mod
|
||||
(get_global $binary/f)
|
||||
@ -4077,18 +4023,6 @@
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/F
|
||||
(f64.mul
|
||||
(get_global $binary/F)
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/F
|
||||
(f64.div
|
||||
(get_global $binary/F)
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/F
|
||||
(call $~lib/math/NativeMath.mod
|
||||
(get_global $binary/F)
|
||||
@ -4113,12 +4047,6 @@
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/F
|
||||
(f64.mul
|
||||
(get_global $binary/F)
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/F
|
||||
(call $~lib/math/NativeMath.mod
|
||||
(get_global $binary/F)
|
||||
|
@ -893,9 +893,9 @@
|
||||
)
|
||||
)
|
||||
(set_local $5
|
||||
(i32.sub
|
||||
(i32.add
|
||||
(get_local $5)
|
||||
(i32.const 1048576)
|
||||
(i32.const -1048576)
|
||||
)
|
||||
)
|
||||
(i32.const 0)
|
||||
@ -5594,12 +5594,6 @@
|
||||
(get_local $3)
|
||||
)
|
||||
)
|
||||
(drop
|
||||
(i32.div_s
|
||||
(get_global $binary/i)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(drop
|
||||
(i32.rem_s
|
||||
(get_global $binary/i)
|
||||
@ -5662,12 +5656,6 @@
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/i
|
||||
(i32.div_s
|
||||
(get_global $binary/i)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/i
|
||||
(i32.rem_s
|
||||
(get_global $binary/i)
|
||||
@ -5774,12 +5762,6 @@
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(drop
|
||||
(i64.div_s
|
||||
(get_global $binary/I)
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(drop
|
||||
(i64.rem_s
|
||||
(get_global $binary/I)
|
||||
@ -5842,18 +5824,6 @@
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/I
|
||||
(i64.mul
|
||||
(get_global $binary/I)
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/I
|
||||
(i64.div_s
|
||||
(get_global $binary/I)
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/I
|
||||
(i64.rem_s
|
||||
(get_global $binary/I)
|
||||
@ -5918,12 +5888,6 @@
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/I
|
||||
(i64.mul
|
||||
(get_global $binary/I)
|
||||
(i64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/I
|
||||
(i64.rem_s
|
||||
(get_global $binary/I)
|
||||
@ -6026,18 +5990,6 @@
|
||||
(f32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/f
|
||||
(f32.mul
|
||||
(get_global $binary/f)
|
||||
(f32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/f
|
||||
(f32.div
|
||||
(get_global $binary/f)
|
||||
(f32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/f
|
||||
(call $~lib/math/NativeMathf.mod
|
||||
(get_global $binary/f)
|
||||
@ -6062,12 +6014,6 @@
|
||||
(f32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/f
|
||||
(f32.mul
|
||||
(get_global $binary/f)
|
||||
(f32.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/f
|
||||
(call $~lib/math/NativeMathf.mod
|
||||
(get_global $binary/f)
|
||||
@ -6140,18 +6086,6 @@
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/F
|
||||
(f64.mul
|
||||
(get_global $binary/F)
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/F
|
||||
(f64.div
|
||||
(get_global $binary/F)
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/F
|
||||
(call $~lib/math/NativeMath.mod
|
||||
(get_global $binary/F)
|
||||
@ -6176,12 +6110,6 @@
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/F
|
||||
(f64.mul
|
||||
(get_global $binary/F)
|
||||
(f64.const 1)
|
||||
)
|
||||
)
|
||||
(set_global $binary/F
|
||||
(call $~lib/math/NativeMath.mod
|
||||
(get_global $binary/F)
|
||||
|
@ -2840,10 +2840,7 @@
|
||||
)
|
||||
)
|
||||
(i32.store offset=8
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
(i32.const 0)
|
||||
)
|
||||
(get_local $2)
|
||||
(get_local $1)
|
||||
)
|
||||
(i32.store offset=4
|
||||
@ -2877,13 +2874,10 @@
|
||||
)
|
||||
(set_local $3
|
||||
(i32.load offset=8
|
||||
(i32.add
|
||||
(tee_local $2
|
||||
(i32.load
|
||||
(get_local $0)
|
||||
)
|
||||
(tee_local $2
|
||||
(i32.load
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.const 0)
|
||||
)
|
||||
)
|
||||
)
|
||||
@ -4442,17 +4436,11 @@
|
||||
(block
|
||||
(set_local $7
|
||||
(i32.load offset=8
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
(i32.const 0)
|
||||
)
|
||||
(get_local $2)
|
||||
)
|
||||
)
|
||||
(i32.store offset=8
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
(i32.const 0)
|
||||
)
|
||||
(get_local $2)
|
||||
(i32.load offset=8
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
@ -4527,10 +4515,7 @@
|
||||
(block
|
||||
(set_local $7
|
||||
(i32.load offset=8
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
(i32.const 0)
|
||||
)
|
||||
(get_local $2)
|
||||
)
|
||||
)
|
||||
(set_local $4
|
||||
@ -4603,10 +4588,7 @@
|
||||
(get_local $7)
|
||||
)
|
||||
(i32.store offset=8
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
(i32.const 0)
|
||||
)
|
||||
(get_local $2)
|
||||
(get_local $4)
|
||||
)
|
||||
)
|
||||
@ -4648,17 +4630,11 @@
|
||||
(i32.const 4)
|
||||
)
|
||||
(i32.load offset=8
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
(i32.const 0)
|
||||
)
|
||||
(get_local $2)
|
||||
)
|
||||
)
|
||||
(i32.store offset=8
|
||||
(i32.add
|
||||
(get_local $2)
|
||||
(i32.const 0)
|
||||
)
|
||||
(get_local $2)
|
||||
(get_local $4)
|
||||
)
|
||||
(get_local $0)
|
||||
@ -4701,10 +4677,7 @@
|
||||
)
|
||||
(set_local $4
|
||||
(i32.load offset=8
|
||||
(i32.add
|
||||
(get_local $3)
|
||||
(i32.const 0)
|
||||
)
|
||||
(get_local $3)
|
||||
)
|
||||
)
|
||||
(if
|
||||
@ -4730,10 +4703,7 @@
|
||||
(get_local $4)
|
||||
)
|
||||
(i32.store offset=8
|
||||
(i32.add
|
||||
(get_local $3)
|
||||
(i32.const 0)
|
||||
)
|
||||
(get_local $3)
|
||||
(get_local $2)
|
||||
)
|
||||
)
|
||||
|
@ -4905,9 +4905,9 @@
|
||||
)
|
||||
)
|
||||
(set_local $5
|
||||
(i32.sub
|
||||
(i32.add
|
||||
(get_local $5)
|
||||
(i32.const 1048576)
|
||||
(i32.const -1048576)
|
||||
)
|
||||
)
|
||||
(i32.const 0)
|
||||
|
@ -10180,9 +10180,9 @@
|
||||
)
|
||||
)
|
||||
(set_local $5
|
||||
(i32.sub
|
||||
(i32.add
|
||||
(get_local $5)
|
||||
(i32.const 1048576)
|
||||
(i32.const -1048576)
|
||||
)
|
||||
)
|
||||
(i32.const 0)
|
||||
|
@ -1113,9 +1113,9 @@
|
||||
)
|
||||
)
|
||||
(set_local $5
|
||||
(i32.sub
|
||||
(i32.add
|
||||
(get_local $5)
|
||||
(i32.const 1048576)
|
||||
(i32.const -1048576)
|
||||
)
|
||||
)
|
||||
(i32.const 0)
|
||||
|
Reference in New Issue
Block a user