I'm not sure I understand the part of the HTML and JS and how I handle > everything together? > should I run it after the c++ end? >
Nope, you have to keep FileSaver.js in the same folder and you have to use an emscripten shell through *--shell-file* (see: https://kripken.github.io/emscripten-site/docs/tools_reference/emcc.html). > there is somewhere I find the whole code? In my Dear ImGui fork here https://github.com/Flix01/imgui you can find everything you need. See this folder: https://github.com/Flix01/imgui/tree/2015-10-Addons/examples/addons_examples/html And the end of this document https://raw.githubusercontent.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/README_FIRST.txt for further info (search for: *Using predefined shells*). -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
