Questions tagged «asm.js»

3
asm.js和WebAssembly有什么区别?
我最近一直在阅读有关asm.js和WebAssembly的内容: http://ejohn.org/blog/asmjs-javascript-compile-target/ https://brendaneich.com/2015/06/from-asm-js-to-webassembly/ 我仍然对一些事情感到困惑: asm.js代码是否可以及时编译并运行?编译成什么? 除了asm.js是文本和wasm(Web程序集)是二进制之外,两者之间有什么区别? 这对于在浏览器中运行的其他脚本语言意味着什么?以python为例,它将是 python代码编译为wasm吗?要么 python解释器(Cpython)编译成wasm并解释python?
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.