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
The ctypes module is pretty interesting. It allows people to load arbitrary dll's into python. This could probably be implemented by using some rust crate which does the same.
This is a nice challenge!
The text was updated successfully, but these errors were encountered:
I dont know if it is a good idea to do something like PyPy's clibffi and _cffi_backend in the long term. Perhaps to have something kinda working in the near future.
The ctypes module is pretty interesting. It allows people to load arbitrary dll's into python. This could probably be implemented by using some rust crate which does the same.
This is a nice challenge!
The text was updated successfully, but these errors were encountered: