My previous attempts are described here:
- https://til.simonwillison.net/deno/pyodide-sandbox
- https://til.simonwillison.net/webassembly/python-in-a-wasm-s...
pyodide venv .venv-pyodide source .venv-pyodide/bin/activate
see https://pyodide.org/en/stable/development/building-packages-...
> Pyodide provides an experimental command line runner for testing packages against Pyodide. Using it requires nodejs version 20 or newer.
Looks like it's a recent addition?
I want a robust sandbox I can run untrusted code in, outside of the browser.