Open surma opened 2 months ago
Maybe it's something with emscripten too? It was the first thing said in #10.
Compiling Godot is surprisingly simple, if you want to test out compilation settings. (Unfortunately, I will not have access to a computer this weekend)
If you need help, don't hesitate to join the #web channel in the Godot dev chat!
@adamscott provided a wasm file in #10 that triggers a
Could not extract function names for region: The end of an address range must not be before the beginning
multiple times.dwarfdump
seems to process this file without any hiccups.Need to investigate why this is happening and if either
addr2line
needs to be patched/replaced, or if I am doing something wrong somewhere