I believe this internal API changed, and now it's just a variable asmLibraryArg.
On Sun, Mar 3, 2019 at 11:00 PM <[email protected]> wrote: > My code has broken due to the removal of asmLibraryAgr.[ > https://github.com/emscripten-core/emscripten/pull/7989] > > I am new to emscripten, we have code something like > > Module.asmLibraryArg["___cxa_throw"] = Module["___cxa_throw"]; > since "asmLibraryArg is no longer part of the Module object. compiler > throws error > > How could I do the same thing using the new version of emscripten ? > > -- > 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.
