Saúl Ibarra Corretgé
Saúl Ibarra Corretgé
Sounds good @jespino. @theunafraid can you please make those changes?
@jespino Compatibility mode should be restored now. Can you please take another look?
👋 @jespino Any chance we can get this moved forward?
FYI, we released 2.2.0 which does include those fixes. You can just rebuild the tag with the `LIBRE_BUILD` flag set. Cheers!
It's QuickJS. Once it gains support for it I'll update the dependency and txiki.js will have it too.
I guess an async iife?
> * Has the project ever been built successfully for iOS or Android? I have personally not attempted it (yet). > * Is there any interest in the community in...
Hey there! libuv uses epoll on Linux, kqueue on macOS and BSDs, IOCP on Windows, etc. What you see there is not a blocking call, everything continues to be async...
Sure thing! So I think the approach would be similar to curl: use a bit submodule and make using the system version optional. Then there would be one lws “context”...
> https://github.com/warmcat/libwebsockets/blob/master/test-apps/test-server.c > > Are you able to mainly use that code? I'd say mostly yes. The important part is to use `uv_poll_t` handles to make sure the polling is...