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?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
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/#/
Use the '-s' command line option of the compiler, like thus: