Embeddable Papyros
pdawyndt opened this issue · 2 comments
pdawyndt commented
Allow to embed Papyros in web pages. Instead of static code snippets, allow visitors of web page to run the code and modify the code sample. Might be used as a client-side alternative for Trinket
alexmojaki commented
(I've also been thinking about doing this with futurecoder for a while)
pdawyndt commented
Typical use case could then embed multiple code editors on the same page. Ideally, single pyodide instance in web worker could serve code execution from each editor instance.