Re: Patching Emscripten: preserving good practices

2019-09-20 Thread Beuc
HHi, On 17/09/2019 00:18, Alon Zakai wrote: > On Mon, Sep 16, 2019 at 6:50 AM Beuc > wrote: > > > * Are there tests in your codebase that we could run in upstream > emscripten? > > Come to think of it, there's one thorough automated test that we > have to

Re: Stepping into library_html5.js

2019-09-20 Thread Alon Zakai
Not sure I understood the question here (stepping into a function that isn't emitted?). But in general, building with -g (instead of -g0) might help debugging. ‪On Thu, Sep 19, 2019 at 3:55 AM ‫שחר לנגבהיים‬‎ wrote:‬ > Hi, > I'm trying to debug an issue I have, where