Open
Description
As of Emscripten 3.1.48:
The JS
assert
function is no longer available in release builds when-sSTRICT
is used. This should only affect users with custom JS library code which doesn't use#if ASSERTIONS
guards around theirassert
calls.
webidl_binder.py contains several assert
s which aren't guarded. Incomplete list:
emscripten/tools/webidl_binder.py
Line 217 in ce5114b
emscripten/tools/webidl_binder.py
Line 222 in ce5114b
emscripten/tools/webidl_binder.py
Line 229 in ce5114b
Metadata
Metadata
Assignees
Labels
No labels