asmjs-unknown-emscripten produces wasm because of changed defaults in Emscripten #51856
Labels
C-bug
Category: This is a bug.
O-asmjs
Target: asm.js - http://asmjs.org/
O-emscripten
Target: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
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.
The text was updated successfully, but these errors were encountered: