Hacker News new | ask | show | jobs
Show HN: Lightweight, React IDE component which runs user written Python code (npmjs.com)
8 points by dillondesilva 775 days ago
Hi there,

I built a React code editor component that also compiles, executes and returns the outputs of the program written in it (via pyodide/webassembly). I believe that this is a useful package for those building projects with web-based code editors. Expanding the library to be more flexible + have greater language support is a goal for the future.

Hope it helps someone out there - please feel free to reach out if I can assist. Feedback and suggestions are always welcome.

2 comments

This is EXTREMELY cool!! Thanks so much for making this, I'm definitely going to be using this. :D
No worries at all! Thanks for the encouragement :)
Great combination of React and WASM. Can’t wait to see what people would build with this component.
Thank you so much! I'm also excited to see what people develop