You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Error] Aborted(Assertion failed: value (-2147483648) too small to write as 32-bit value)
[Error] RuntimeError: Aborted(Assertion failed: value (-2147483648) too small to write as 32-bit value)
A fix was put in #21428. This breaks for the same reason as #21362.
The text was updated successfully, but these errors were encountered:
Tested with the latest main (6105e76) and 3.1.55 Emscripten. A simple repro is:
Build with:
emcc -O0 -g3 -s ASSERTIONS=2 -o index.html test.c
This is also part of the existing HTML5 tests:
emscripten/test/test_html5_core.c
Line 285 in 6105e76
A pre-built version of the simple repro can be seen here:
https://wip.numfum.com/2024-02-28/emscripten/orientation-status/index.html
The error being:
A fix was put in #21428. This breaks for the same reason as #21362.
The text was updated successfully, but these errors were encountered: