Hacker News new | ask | show | jobs
by rthz 1864 days ago
Work on Node.js support is in progress in Pyodide. And as you mentioned there is also the Wasmer build that could be updated.
1 comments

How does Node play into this? Can I embed a v8 engine in my C program and use pyodide, or do I need to bring Node along too? Does the compatibility layer depend on any Node-specific concepts like the event loop or garbage collector? (I think maybe V8 does its own GC? This just shows how thin my experience is with this topic.)