Where can I read more information about how Python code gets evaluated #4800
Answered
by
syrusakbary
maxkoretskyi
asked this question in
General
-
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.
Answered by
syrusakbary
Nov 7, 2024
Replies: 1 comment
-
Hi! We just compiled the normal Python into WASIX. Right now we don't support Native modules, but we are working on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maxkoretskyi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! We just compiled the normal Python into WASIX. Right now we don't support Native modules, but we are working on it.
Stay tuned!