最終更新:2013-07-31 (水) 13:29:34 (3915d)  

asm.js
Top / asm.js

an extraordinarily optimizable, low-level subset of JavaScript

http://asmjs.org/

メモ

  • asm.js is a research project at Mozilla that aims to formally define the subset of JavaScript that compilers like Emscripten and Mandreel? already generate (Typed Array as memory, etc.)
  • asm.js code does only low-level assembly-like computation, precisely what compiled C/C++ needs (and hence the name)

関連

参考