Hacker News new | ask | show | jobs
by odo1242 1294 days ago
WebAssembly? Try compiling something to WebAssembly and running it in python?
1 comments

I haven't thought of that. It's a good idea. I know how to compile to WebAssembly but how do I run it in python?

A quick search leads to pywasm and it is even native python. But is it usable? Any other options?

Wasmer Python can be used if you want to run Wasm in Python. Hope this helps!

https://github.com/wasmerio/wasmer-python