Hacker News new | past | comments | ask | show | jobs | submit login

> given enough work, run Python directly in Wasm

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




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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: