emscripten - Compiling Python to WebAssembly -


i have read possible convert python 2.7 code web assembly, cannot find definitive guide on how to so.

so far have compiled c program web assembly using emscripten , necessary components, know working (guide used: http://webassembly.org/getting-started/developers-guide/)

what steps must take in order on ubuntu machine? have convert python code llvm bitcode compile using emscripten? if so, how achieve this?

this won't possible until web assembly implements garbage collection. can follow progress here: https://github.com/webassembly/design/issues/1079


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -