Earlier quoted context omitted.
It's difficult or impossible to compile many languages into JavaScript. WASM is more general.
Do you have a source for this? asm.js (the spiritual precursor to WASM) worked pretty much the same, and an awful lot of languages were compiled to it. WASM does provide a more predictable compilation target to be sure, but I don't think it actually opens any new possibilities re what languages can be compiled.
It may be as you say that there are no new theoretical possibilities being opened by WASM, but to me it is a natural step forward to resolve inefficiencies and ergonomic problems in ASM.js and make it all less painful. And hopefully WASM won't be frozen in time either - the platform needs to keep improving to make more use-case scenarios practical.