Update dist files; Also parse name and source mapping sections in lib/parse

This commit is contained in:
dcodeIO
2018-04-04 03:41:04 +02:00
parent c45a35b1c1
commit acfef646ef
15 changed files with 290 additions and 89 deletions

View File

@ -14455,11 +14455,26 @@
)
)
(func $~lib/math/NativeMathf.random (; 143 ;) (type $f) (result f32)
(return
(f32.demote/f64
(call $~lib/math/NativeMath.random)
(local $0 f32)
(nop)
(block $break|0
(loop $continue|0
(set_local $0
(f32.demote/f64
(call $~lib/math/NativeMath.random)
)
)
(br_if $continue|0
(f32.eq
(get_local $0)
(f32.const 1)
)
)
)
)
(return
(get_local $0)
)
)
(func $~lib/math/NativeMath.round (; 144 ;) (type $FF) (param $0 f64) (result f64)
(local $1 i64)