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
Is there a way for compiling the freezed and initialised python engine wasm and run arbritary script at runtime? Or run a somehow compiled script at runtime? I am basically looking for a python intrepreter sandboxing option.
The text was updated successfully, but these errors were encountered:
That is a neat idea! For now, I think you could just run eval/exec from inside a plugin. We've also been discussing ways of supporting something like this using a dynamically linked runtime, but haven't really started on that yet.
Is there a way for compiling the freezed and initialised python engine wasm and run arbritary script at runtime? Or run a somehow compiled script at runtime? I am basically looking for a python intrepreter sandboxing option.
The text was updated successfully, but these errors were encountered: