mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-28 22:21:50 +00:00
Update dependencies
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user