Remix.run Logo
3abiton 5 days ago

> I'm hoping some day to find a recipe I really like for running Python code in a WASM container directly inside Python.

But what would be the usecase for this?

simonw 5 days ago | parent [-]

Running Python code from untrusted sources, including code written by LLMs.

3abiton 4 days ago | parent [-]

I see, the way I would approach is it by running a client on in a specific python env on an incus instance, with LLM hosted either on the host or another seperate an incus instance. Lately been addicted to sandboxing apps in incus, specifically for isolated vpn tunnels, and automating certain web access.