asm.js

asm.js

仕様書

関連

[5] WebAssembly

メモ

[2] WebRAW: Using Emscripten and asm.js to process RAW images - Vladimir Vukićević ( (Vladimir Vukićević 著, 版)) <http://blog.bitops.com/blog/2013/06/04/webraw-asmjs/>

[3] asm.jsとかPNaClとかLLVMに興味あったので調べて回ったら少しだけ理解できた話 - hdk_embeddedの日記 ( ( 版)) <http://d.hatena.ne.jp/hdk_embedded/20131128/1385669904>

[4] The WebKit Open Source Project - Web Platform Status ( 版) <http://www.webkit.org/status.html#feature-ASM.js>

There is no "use asm" mode in JavaScriptCore. Instead WebKit integrates ASM.js optimizations directly in the optimizer. As a result, it is possible to mix ASM-style typing with regular code and still get great performance and power efficiency.

[7] Issue 2599 - v8 - Implement "use asm" - V8 JavaScript Engine - Monorail ( 版) <https://bugs.chromium.org/p/v8/issues/detail?id=2599>

[8] asm.js: 仕様と実装の今 - Qiita () <https://qiita.com/mod_poppo/items/de5c6f2f4604b84b1bc1>