[Asyncify](https://emscripten.org/docs/porting/asyncify.html) permits making an existing synchronous API utilize a JavaScript/WASM asynchronous based API. An example of the Julia runtime adding support - https://github.com/julialang/julia/pull/32532. See https://github.com/dotnet/runtime/issues/37669 /cc @steveisok @lewing @marek-safar
Asyncify permits making an existing synchronous API utilize a JavaScript/WASM asynchronous based API.
An example of the Julia runtime adding support - JuliaLang/julia#32532.
See #37669
/cc @steveisok @lewing @marek-safar