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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -