Ángel M
Ángel M
I'm now waiting for [rustls to update ring to the latest version](https://github.com/rustls/rustls/pull/1508).
The changes in `rustls` are merged. Now, we are waiting for the [backport to the `0.21.X` version](https://github.com/rustls/rustls/pull/1525). Then, we will be able to switch as 0.22 will take more time.
Blocked now by #256
That's amazing @carrycooldude! I'm going to add more details to this issue and how to implement it in `wws`. Let me assign it to you 😄
Done @carrycooldude ! Feel free to add any question you may have about this change. Thank you!
Hello @carrycooldude, About this issue, `wws` retrieves the information of the available language runtimes from a remote URL. By default, `wws` accesses to https://workers.wasmlabs.dev/repository/v1/index.toml when running the following command: ```shell-session...
Hello @Kaligraphy247, After debugging the repository, I found that the issue is related to `wws` trying to load all the `py` files in the [site-packages folder](https://github.com/Kaligraphy247/python-wws-venv/tree/master/lib/python3.10/site-packages) as workers. Note that...
This is amazing! Thank you @sea-grass for the contribution and @voigt for reviewing and testing the different changes. We will go over the code and provide feedback soon. For now,...
This was an amazing job @sea-grass ! Thank you very much for all the progress and work here. I plan to give it a final review over these days and...
Hello @sea-grass @voigt , Sorry for the long time to reply and thank you for your contribution. After some long discussions, this project is currently in the process of being...