Hi, everyone. I have well tuned list of asyncify functions for my js-dos project. If I understand correctly this function list is valid only for specific version of emscripten and optimizations flags. I compile project with -Oz flag, and if I change it to -O3 the asyncfiy list will be incomplete.
So, Am I need somehow maintain lists for Oz and O3 separately? This is first problem, but not so important I can use only Oz flag.
BUT, now I thinking how to update emscripten version. Is it true that updating emscripten to next version can require also rebuilding asyncify list? Can I do it safely somehow?