Hello, Need your help understaning how JS code is generated. In my project, I am using Emscripten to generate WASM. For window management, I am using GLFW window. Application is working fine. But generated JS code contains lot of unnecessary DOM manipulations and event binding not used in application. What I wanted is simple display-only canvas, but generated code is handling lot of events I do not need. This also causing some leakage issues in handlers.
Is there any way I can get rid of this code? Some compilation options or why it is present at first place? Any pointers would help. Thanks, Ulhas -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-discuss+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/e857903d-eb2d-49ed-be08-3accc11514d7n%40googlegroups.com.