Hi,
I just updated to the latest emscripten incoming branch to and noticed a regression in 2 of my Oryol samples that use the Bullet physics library.
The clang-fastcomp git repo version is:
commit 8e81642c66d82eb956ce2832a2f2f69adee48e55
Date: Tue May 29 15:51:28 2018 -0700
And the emscripten git repo is on:
commit b5313f6504c6b34f283fbd2d3a1d18561d0e9fce
Date: Date: Fri Jun 1 19:44:12 2018 -0400
I'm not sure since when the problem was happening, but it must have been introduced during the last 2 weeks or so (see below).
Note the error message in the JS console, on Chrome this is:
BulletPhysicsBasic.html:101 exception thrown: RuntimeError: float unrepresentable in integer range,RuntimeError: float unrepresentable in integer range
...
BulletPhysicsBasic.js:1 Uncaught RuntimeError: float unrepresentable in integer range
...
And in FF:
RuntimeError: integer overflow
...
Anybody else seeing this with his code? Unfortunately it will be hard to create a reduced test case, the problem doesn't happen in any of my simpler demos, only in the Bullet Physics demos.