emscripten-ports / asio

8 stars 0 forks source link

Update of Asio port? #2

Open DragonOsman opened 5 years ago

DragonOsman commented 5 years ago

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.

DragonOsman commented 5 years ago

@cynecx I'd like to know what version of Boost.Asio this port is using. Is it using the Asio in Boost 1.68.0? Or an earlier version?