-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Description
As of Emscripten 3.1.48:
The JS
assertfunction is no longer available in release builds when-sSTRICTis used. This should only affect users with custom JS library code which doesn't use#if ASSERTIONSguards around theirassertcalls.
webidl_binder.py contains several asserts which aren't guarded. Incomplete list:
emscripten/tools/webidl_binder.py
Line 217 in ce5114b
| assert(ensureCache.buffer); |
emscripten/tools/webidl_binder.py
Line 222 in ce5114b
| assert(ensureCache.buffer); |
emscripten/tools/webidl_binder.py
Line 229 in ce5114b
| assert(len > 0); // null terminator, at least |
Metadata
Metadata
Assignees
Labels
No labels