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
I would be interested in writing a few posts about Pyodide internals. Will have to start trying to write some of this to see how it actually comes out, might be tricky to get an appropriate level of detail / interestingness. But I think there is some weird cool stuff in here and it would probably help anyone who needs to modify these systems in the future to have an overview.
Here are some ideas:
the bootstrapping system
the error handling system
proxies: dynamic class generation in Python and Javascript, differences between Javascript and Python object models
the numpy patch: porting C code into Javascript
the ctypes port
The text was updated successfully, but these errors were encountered:
I would be interested in writing a few posts about Pyodide internals. Will have to start trying to write some of this to see how it actually comes out, might be tricky to get an appropriate level of detail / interestingness. But I think there is some weird cool stuff in here and it would probably help anyone who needs to modify these systems in the future to have an overview.
Here are some ideas:
The text was updated successfully, but these errors were encountered: