Hacker News new | ask | show | jobs
by AkshitGarg 1672 days ago
> given enough work, run Python directly in Wasm

It is already possible! See https://github.com/pyodide/pyodide

1 comments

That's via emscripten. I suspect by "directly" they meant something like Python bytecode -> WASM. Which I think might be possible later, when some of the proposals[1] like GC, exceptions, etc, are done. That sort of fuzzy line where WASM is somewhat like ASM, and somewhat like a language VM.

[1] https://github.com/WebAssembly/proposals