Exactly. When I ported my software manually, it was the warning messages that helped. After that I can remove the "asm.js" statement and achieve almost the same performance (around 80% of max speed).
asm.js runs currently through an foreign function interface in Firefox, which makes calling the asm.js code slower.
asm.js runs currently through an foreign function interface in Firefox, which makes calling the asm.js code slower.