|
|
|
|
|
by jfbastien
3748 days ago
|
|
Python is just another language VM. C Python should work just fine in WebAssembly, and bridging the APIs to the web (e.g. filesystem, etc) is already possible through Emscripten. We don't plan to do things for WebAssembly, we plan to make WebAssembly powerful enough that anyone can run their language VM :-) |
|