In file included from src/cpp/asm-dom.cpp:2:
In file included from src/cpp/VNode/VNode.cpp:1:
src/cpp/VNode/VNode.hpp:49:18: error: expression is not an integral constant expression
49 | extractSel = ~0 << 13,
| ^~~~~~~~
src/cpp/VNode/VNode.hpp:49:21: note: left shift of negative value -1
49 | extractSel = ~0 << 13,
| ^
With Emscripten 4.0.10: