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.
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.