|
|
|
|
|
by bobajeff
4238 days ago
|
|
I can't wait until the tooling gets to where I don't have to debug natively first. I perticularly ran into issue dealing with unimplemented functions in some POSIX libraries. Then I tried to use the source maps in a debug build to find out when and where they were being used during runtime because they would stop the rest of the program. Unfortunately I couldn't compile the debug build because emscripten kept getting stuck in the linking phase (I had to force quit). I hope one day this all works as well as the Android NDK. |
|