Where can I read more information about how Python code gets evaluated #4800
Unanswered
maxkoretskyi
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm considering wasmer as a secured runtime for user generated Python code. I've run through the basic example that uses python/python package:
this works which is great.
I'd like to learn more about the inner workings to figure out whether it can support Python scripts that use libraries with C modules/extensions, e.g. Pandas.
How do you suggest I approach this learning path?
Beta Was this translation helpful? Give feedback.
All reactions