I have a C library which uses sockets and threads. I want the library to be available for the developers to use when building apps which run in browsers and on node, and also when developing hybrid apps using cordova. I read that the SharedArrayBuffer support is not there yet in the stable versions of the browsers. I could not completely understand how would sockets work. So, could you please let me know whether is it the right approach to use WebAssembly for the above mentioned use case. Are sockets and threads supported or how long will it take for support for these features to come so that these could be used in a production environment?
-- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
