Hacker News new | ask | show | jobs
by tuyguntn 3837 days ago
Does this mean anyone can write Python to wasm converter then run it on browser, looks like LLVM backend?
2 comments

Someone could write a "PyWasm". You could then ship your Python code as a wasm blob, but you'd have to include all of the standard library parts which you use, which are probably significant. The library could be a separate resource, so clients can cache it separately.
It's more like CPython to wasm or http://pypyjs.org/ -> wasm