Hi,
I know this topic already came up a lot in the past, but I wonder what the current (2024) state of the affair mentioned in the title is.
Both targets enjoy the same level of support (Tier 2 without host tools), so I assume the emscripten target is not obsolete, like some people claim in older threads?
Is there any difference in speed or stability?
I've been experimenting around with both targets and found it helpful that the wasm32-unknown-emscripten target has more straightforward support for dlopen() style dynamic loading of modules (in fact, I could get rust-libloading to work), and also pthread (which I haven't tried yet).
So ultimately I'm a bit lost on the issue, and wonder if someone could give me some clarity ...
Best,
n