Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
erikkaum 
posted an update 3 days ago
Post
1613
A while ago I started experimenting with compiling the Python interpreter to WASM.

To build a secure, fast, and lightweight sandbox for code execution — ideal for running LLM-generated Python code.

- Send code simply as a POST request
- 1-2ms startup times

Hack away:
https://github.com/ErikKaum/runner
In this post