The issue is that pre.js is a "black box" to the compiler, it can't see that those functions are defined in there. Instead, you should use a --js-library (see emcc help on that, and there are a few tests showing examples of how to use it).
- Alon On Mon, Mar 31, 2014 at 10:12 AM, caiiiycuk <[email protected]> wrote: > Also this functions added to IGNORED_FUNCTIONS list in settings.js > > -- > 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.
