Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add embedded code interpreter using pyodide #141

Open
pkarw opened this issue Dec 23, 2024 · 0 comments
Open

feature: add embedded code interpreter using pyodide #141

pkarw opened this issue Dec 23, 2024 · 0 comments

Comments

@pkarw
Copy link
Collaborator

pkarw commented Dec 23, 2024

Right now, the code-interpreter tool is dependent on Docker, which is pretty cool as it lets us support a variety of standard languages (extending to typescript, ruby - you name it). However, there's the https://pyodide.org/en/stable/, which lets us launch a Python interpreter inside the node.js process using WebAssembly. At least, it's worth digging in for research.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant