gl84
Results
1
issues of
gl84
Enabling LTO in the side module breaks the loading of the side module. To reproduce the error one can use the following code: `catch.hpp:` ```c++ #include #include #include "emscripten.h" //...