mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 17:01:37 +00:00
Update Binaryen
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
(type $FFF (func (param f64 f64) (result f64)))
|
||||
(type $FiF (func (param f64 i32) (result f64)))
|
||||
(type $Ff (func (param f64) (result f32)))
|
||||
(type $FUNCSIG$d (func (result f64)))
|
||||
(global $std/libm/E f64 (f64.const 2.718281828459045))
|
||||
(global $std/libm/LN10 f64 (f64.const 2.302585092994046))
|
||||
(global $std/libm/LN2 f64 (f64.const 0.6931471805599453))
|
||||
@ -2344,13 +2345,11 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(func $~lib/math/NativeMath.cos (; 23 ;) (; has Stack IR ;) (type $FF) (param $0 f64) (result f64)
|
||||
(func $~lib/math/NativeMath.cos (; 23 ;) (; has Stack IR ;) (type $FUNCSIG$d) (result f64)
|
||||
(unreachable)
|
||||
)
|
||||
(func $std/libm/cos (; 24 ;) (; has Stack IR ;) (type $FF) (param $0 f64) (result f64)
|
||||
(call $~lib/math/NativeMath.cos
|
||||
(get_local $0)
|
||||
)
|
||||
(call $~lib/math/NativeMath.cos)
|
||||
)
|
||||
(func $~lib/math/NativeMath.expm1 (; 25 ;) (; has Stack IR ;) (type $FF) (param $0 f64) (result f64)
|
||||
(local $1 f64)
|
||||
|
Reference in New Issue
Block a user