emscripten-core / emscripten-core/emscripten
WebIDL Binder assumes `assert` is available, but it is not when in STRICT mode
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
Please include the following in your bug report:
**Version of emscripten/emsdk:**
3.1.52 but appears to be a regression in 3.1.48 caused by PR #20592.
It tries to call `assert` from `ensureCache.prepare` and `ensureCache.alloc`.
e.g.
https://github.com/emscripten-core/emscripten/blob/edc1a75587f75cc6c1c2b91029d92a7a0ec34064/tools/webidl_binder.py#L207
Contributor guide
Assessment
This issue has not been assessed yet.