-
-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
backlogenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednew platform
Description
Would be nice to get even (partial) support for Emscripten -- I currently only need cpptrace::generate_trace().print() in my project, and I have to #ifdef for Emscripten like this:
#ifdef SFML_SYSTEM_EMSCRIPTEN
char callstack[4096];
emscripten_get_callstack(EM_LOG_C_STACK, callstack, sizeof(callstack));
std::puts(callstack);
#else
cpptrace::generate_trace().print();
#endifWould be nice if cpptrace handled this automatically :)
yosoymin, RiscadoA, redradist and Jura-Z
Metadata
Metadata
Assignees
Labels
backlogenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needednew platform