Closed
Description
In this PR, to make emscripten work on windows, the target specs are conditionalized to use emcc.bat
as the linker, only on windows hosts.
In practice this should be perfectly fine, but I don't think it's correct for the target spec to vary like that and there should be some way to express the spec statically that works on both platforms.`
cc @schulzch