Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test and develop with asm.js?

Recently I read asm.js spec and it seems cool but is there any environment/tool to develop and test this tool or not? Is that still on spec phase only?

like image 203
Afshin Mehrabani Avatar asked Feb 19 '13 08:02

Afshin Mehrabani


1 Answers

You can try it by using emscripten with ASM_JS=1 and running it in a firefox build from a side branch. Links and more instructions are in these slides about asm.js, http://kripken.github.com/mloc_emscripten_talk/#/

like image 167
Alon Zakai Avatar answered Nov 09 '22 14:11

Alon Zakai