Remix.run Logo
mr_toad 5 hours ago

> I've been trying to find a robust, reliable and easy way to run a Python process in WebAssembly (outside of a browser) for a few years. reply

What’s the use case? Is it the sandboxing? Is it easier than running Python in a container?

simonw 5 hours ago | parent | next [-]

I want to be able to run code from untrusted sources (other people, users of my SaaS application, LLMs) in an environment, where I can control the blast radius if something goes wrong.

NeutralForest 5 hours ago | parent | prev [-]

The sandboxing, especially for AI Agents.