top | item 46922332 (no title) theanonymousone | 23 days ago I wish someone commanded their agent to write a Python "compiler" targeting WASM. I'm quite surprised there is still no such thing at this day and age... discuss order hn newest johndough|22 days ago Not sure if this is what you are looking for, but here is Python compiled to WASM: https://pyodide.org/en/stable/Web demo: https://pyodide.org/en/stable/console.html theanonymousone|22 days ago No it's not. It's an "interpreter": The whole interpreter binary (in wasm) as well as the Python source is transferred to the client to be executed. load replies (1)
johndough|22 days ago Not sure if this is what you are looking for, but here is Python compiled to WASM: https://pyodide.org/en/stable/Web demo: https://pyodide.org/en/stable/console.html theanonymousone|22 days ago No it's not. It's an "interpreter": The whole interpreter binary (in wasm) as well as the Python source is transferred to the client to be executed. load replies (1)
theanonymousone|22 days ago No it's not. It's an "interpreter": The whole interpreter binary (in wasm) as well as the Python source is transferred to the client to be executed. load replies (1)
johndough|22 days ago
Web demo: https://pyodide.org/en/stable/console.html
theanonymousone|22 days ago