Earlier quoted context omitted.
I'm really sick of these recent JavaScript performance related posts that only talk about V8.
I think the general idea is that asm.js is both well understood and not something a human should ever generate, so why would anyone but a transpiler writer care?
The "not something a human should ever generate" doesn't seem like a right statement : before a transpiler can generate this kind of code, a human has to understand it.