Comment on Sandboxing Untrusted PythonparentComments−chaboud8moThere's a link to the author's work here:https://github.com/mavdol/capsule(From the article)Appears to be CPython running inside of wasmtime−mavdol04OP8moyep, and to be specific, it leverages the WASM Component Model and uses componentize-py to bundle the user's script
Comments
There's a link to the author's work here:
https://github.com/mavdol/capsule
(From the article)
Appears to be CPython running inside of wasmtime
yep, and to be specific, it leverages the WASM Component Model and uses componentize-py to bundle the user's script