https://github.com/johnmccutchan/ecmascript_simd/issues/59
is interesting here, it mentions, among other things, the major SIMD-using code portion from an important real-world codebase (IMVU).
Might also be relevant discussion on the emscripten repo,
https://github.com/kripken/emscripten/issues?q=is%3Aopen+is%...
as some debate happened there while implementing code generation that emits SIMD.js.