Hood Chatham
Hood Chatham
It would be good to close this issue and create two new ones: 1. improve the repr for JsProxy 2. what to do about `bind` and `this` and libraries that...
It seems like the way that Python normally wants to use this is with select. It will require further investigation whether this is the right way to go.
Still no sign of Atomics in Safari though. Pthreads needs Atomics too.
Yeah it would be great to have more documentation for this. > of how to create a Pyodide package from a C++ library Are you looking for something like `packages/sharedlib-test`...
Hi @nyckmaia thanks for your questions. > **Question 01:** > Did you mean that I should create a new package inside Pyodide folder containing pure C++ code? You can do...
> it is not easy for new contributors to add a package that uses CMake Nor is it easy for me. My approach is to ask henryiii or ryanking13.
@rth this maybe could be moved to a new issue.
3mb of pyodide.asm.js is exports. We could probably shave off most of that by removing this line: https://github.com/pyodide/pyodide/blob/c32740582e00a20f7f0c02cc6f2b4d1c4c65678a/Makefile.envs#L41 and only exporting what we actually need. Indeed probably a decent chunk...
Okay. I was mainly concerted about visibility. Issues should have a "bump issue" button so we can move them to the top of the list without pinning.
I still think it would be a good idea to figure out which text encodings are actually used. They take up a lot of space in stdlib. I took ~80%...