Replies: 2 comments
|
Sorry for the delay, i will take a look |
0 replies
|
@mlilback, I have pyodide working in edge-toolkit/core#45 with a lot of flaky helpers. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm working on a project where we'd like to have a runtime with pyodide loaded so we can run mixed JavaScript and Python code. I've tried mixing the code from multiple examples (workers, async, npm loading) but I can't get it to load pyodide.
My best case ends up with the error:
I've pushed the test project to a repo. Any suggestions would be greatly appreciated.
All reactions