(Sorry for this being posted multiple times - something wrong with the spam moderation I think...)
On Tue, Feb 5, 2019 at 11:11 AM Beuc <[email protected]> wrote: > Hi, > > When compiling my RenPyWeb project, which use Emterpreter, I often get > errors about new, non-whitelisted functions such as: > > ___Pyx_PyObject_CallNoArg_387 > ___Pyx_PyObject_CallNoArg_6345 > > This may happen when I make some changes in the code or in the > compilation flags. > > AFAIU these are generated by Emscripten ('grep' only sees references in > Emscripten-generated files) and the numbers are some kind of offset. > > This is annoying because I usually have to compile (5-10mn depending on > target), run in a browser and wait for complete startup (couple > minutes), get the new stack strace, edit my Makefile and > EMTERPRETIFY_WHITELIST, and repeat. > And I need to tell my users/contributors to do the same ;) > > Is there anything I can do to avoid these dynamic function names? > > Cheers! > Beuc > > -- > 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. > -- 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.
