You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is an unwelcome question, but I want to ask if there'll ever be an update to this port of Asio to Emscripten/WebAssembly. I notice it's from 2015. Which version of Boost is it from?
I want to port my application to WebAssembly, and it's code uses Boost 1.680. It uses Beast which relies on Asio for the networking functionality. I just managed to make it all asynchronous, though I had to use some global variables which I didn't like doing. Application code is on GitHub here.
The text was updated successfully, but these errors were encountered:
Sorry if this is an unwelcome question, but I want to ask if there'll ever be an update to this port of Asio to Emscripten/WebAssembly. I notice it's from 2015. Which version of Boost is it from?
I want to port my application to WebAssembly, and it's code uses Boost 1.680. It uses Beast which relies on Asio for the networking functionality. I just managed to make it all asynchronous, though I had to use some global variables which I didn't like doing. Application code is on GitHub here.
The text was updated successfully, but these errors were encountered: