Sam Clegg
Sam Clegg
+1, this would make the tool much more useful in situations such as CI
Can you try building with `-g` (or `--profiling-funcs`) so that you get a more meaningful backtrace? Can you also try building with `-fsanitize=address` and/or `-sSAFE_HEAP`? Finally, if non of that...
> > Can you try building with `-g` (or `--profiling-funcs`) so that you get a more meaningful backtrace? > > Similar results But you should see symbol names in the...
> > But you should see symbol names in the backtrace in this case no? > > They were not there ... I think your first step then is to...
Can you debug the `ansi_color_available` function to see it would be returning `True` when stderr is being piped (and not going to the terminal at all right?)
That would be pretty cool to, assuming the semantics match. We would probably want to implement it here and then upstream it to llvm's libc++.
I think it should be possible to make `file_packager.py` work without an emscripten config yes. I'm not sure we would consider it high priority at this point since installing emscripten...
> Thanks for the reply @sbc100! > > > installing emscripten is already something that emscripten users already should know how to do right > > I don't think this...
Can I ask a little more about your use case? Basically want to check some assumptions: 1. You provide a "deploy to web option" in your engine. 2. The emscripten...
So if file_packager.py was standalone then you could potentially just bundle it with your SDK and then your users would not need emscripten at all?