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
Hi, does Emscripten support Boost::asio? I do think so, since I found several posts about the implementation progress a few years ago and I established the compilation of the library which makes use of it. However, I my program always crashes with a memory alignment error in "boost::asio::detail::service_registry::do_use_service(boost::asio::execution_context::service::key const&, boost::asio::execution_context::service* ()(void), void*".
Since I already invested quite a time into this, I wanted to make sure, if somebody has experience with this and if this should work. Thanks a lot!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, does Emscripten support Boost::asio? I do think so, since I found several posts about the implementation progress a few years ago and I established the compilation of the library which makes use of it. However, I my program always crashes with a memory alignment error in "boost::asio::detail::service_registry::do_use_service(boost::asio::execution_context::service::key const&, boost::asio::execution_context::service* ()(void), void*".
Since I already invested quite a time into this, I wanted to make sure, if somebody has experience with this and if this should work. Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions