I recieved the following message when trying to compile a simple Imgui project using Emscripten:
(index):766 malloc was not included, but is needed in glfwGetMonitors. Adding "_malloc" to EXPORTED_FUNCTIONS should fix that. This may be a bug in the compiler, please file an issue.
As such, I am filing this issue.
The project in question is janekb04/emscripten-test. I will provide additional information if necessary.