Hacker News new | ask | show | jobs
by dom96 1237 days ago
There seems to be so many different variants of the same thing out there. What makes this unique? For example I know Pyodide exists and also runs CPython under WASM.
1 comments

This one is designed to run on the server side and interface with the OS via WASI, so it can read/write files etc
Pyodide can do so too, though through an emscripten interface. I managed to get it running on Cloudflare Workers as a POC[0] (though I should add a disclaimer that I work at Cloudflare)

0 - https://github.com/dom96/pycloud