Google chrome Chrome中的asm.js编译信息

Google chrome Chrome中的asm.js编译信息,google-chrome,asm.js,Google Chrome,Asm.js,当一些asm.js代码使用asm时;指令在Firefox中被解析,控制台将告诉我它是否成功验证和编译。比如: Successfully compiled asm.js code (total compilation time 0ms; not stored in cache (too small to benefit)) 有没有办法在Chrome中获得这些信息?谷歌Chrome不支持编译asm.js。它仍然可以运行asm.js,就像任何其他Javascript引擎一样。根据Chrome 28的

当一些asm.js代码使用asm时;指令在Firefox中被解析,控制台将告诉我它是否成功验证和编译。比如:

Successfully compiled asm.js code
(total compilation time 0ms; not stored in cache (too small to benefit))

有没有办法在Chrome中获得这些信息?

谷歌Chrome不支持编译asm.js。它仍然可以运行asm.js,就像任何其他Javascript引擎一样。根据Chrome 28的Wikipedia页面,V8 Javascript引擎包含一些优化以提高asm.js性能,但Chrome没有像Firefox那样充分利用asm.js

根据这个Chrome和这个,Chrome的计划似乎是完全跳过对asm.js的支持,并在未来的版本中支持WebAssembly