Closed
Description
Emscripten recently introduced a breaking change defaulting to Wasm generation instead of asmjs (in v1.38.1 from 05/17/2018, changelog).
It now requires -s WASM=0
to be passed to disable this behavior. It seems like that should be fine for older Emscripten as well, so we could just pass it unconditionally.
I'd like to add this myself tomorrow.