Yeah they showed a benchmark was 3-6x slower. That's all well and good. I wanna see what the real world implications are. Here's this cool Unreal demo running with asm.js support, it looks great.
Now let me run it in Chrome or Safari and see if it's even remotely passable or not.
JavaScript is usually compiled to native code by WebKit and can have very good performance. 3d WebGL gaming performance both on Chrome and Firefox and Safari is usually a factor of WebGL support in the browser, drivers, etc., rather than JavaScript performance.
If performance is acceptable in Chrome/Safari then that helps sell the idea that the web is ready for 3D games now.
If the performance isn't acceptable then that helps to make the case for asm.js.