Theme 1 – Asm.js can outperform WebAssembly in specific cases
theultdev: "the leading one was 10x slower."
Theme 2 – Asm.js is now seen as a historical/legacy compilation target
metmac: "I’ll never forget watching Gary Bernhardt give his talk on JavaScript… it’s shocking how much of his fiction became reality."
Theme 3 – Practical limits of WebAssembly today (API access, buffer copying)
looneysquash: "you can't call most web apis from wasm... you can't zero copy buffers from js to wasm."