История изменений
Исправление
gh0stwizard,
(текущая версия)
:
Q. Why not NaCl or PNaCl instead? Are you just being stubborn about JavaScript?
A. The principal benefit of asm.js over whole new technologies like NaCl and PNaCl is that it works today: existing JavaScript engines already optimize this style of code quite well. This means that developers can ship asm.js today and it'll simply get faster over time. Another important benefit is that it's far simpler to implement, requiring very little additional machinery on top of existing JavaScript engines and no API compatibility layer.
И их эталонные, в плане дизайне, слайды: http://kripken.github.com/mloc_emscripten_talk
Исходная версия
gh0stwizard,
:
Q. Why not NaCl or PNaCl instead? Are you just being stubborn about JavaScript?
A. The principal benefit of asm.js over whole new technologies like NaCl and PNaCl is that it works today: existing JavaScript engines already optimize this style of code quite well. This means that developers can ship asm.js today and it'll simply get faster over time. Another important benefit is that it's far simpler to implement, requiring very little additional machinery on top of existing JavaScript engines and no API compatibility layer.