Questions tagged «emscripten»

3
将Python编译为WebAssembly
我已经读过可以将Python 2.7代码转换为Web Assembly,但是我找不到关于如何这样做的权威指南。 到目前为止,我已经使用Emscripten及其所有必需的组件将C程序编译为Web程序,因此我知道它是有效的(使用的指南:http : //webassembly.org/getting-started/developers-guide/) 为了在Ubuntu计算机上执行此操作,我必须采取什么步骤?我是否必须将python代码转换为LLVM位代码,然后使用Emscripten进行编译?如果是这样,我将如何实现?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.