Hi, I have been looking for a way to resolve a Promise using emscripten::val, is that possible? if not, would it be possible in C/C++ without wrapping it in an EM_ASM?
I have been thinking about Atomics.wait, but I am not sure it is the best way because it is limited to Int32Array. For now, I am using emscripten_async_call(), it would be great if I could replace it with something less hacky. Thanks Mehdi -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/978f8d00-0cf1-4dec-bbe5-b9c7b20a1a61%40googlegroups.com.
