Marko Pintera
Marko Pintera
Sounds good. The .dbg files are purposefully generated and installed in release builds so they can be saved before the release is packaged and distributed. This way error reports from...
Indeed, that's an issue. We could perhaps add a property to toggle install of debug symbol files and make it off by default. Currently I only require this functionality for...
Exports look interesting, thanks, I'll probably add them at some point when I have more free time.
Thanks, I experienced this one before. It's not high priority but I agree it should eventually be resolved.
It would be really nice to have support for this. I would only consider doing it in a separate class if the solution requires a radically different approach than what...
I've just skimmed the text, but more debugging information is always nice.
Yep, sounds like a useful feature.
Earlier on I decided against atomicity for Module. Primarily because it is something you end up paying for on every single call to Module::instance(), and it only really matters during...
This exact same version of the binary (without any recompilation) works in the IDE? Normally I would suggest this has something to do with a different working path, but I...
The Emscripten route will end up just using JavaScript natively as the entire engine gets converted to js / webasm. So I'd probably wait to see how that goes first,...