SIGN IN SIGN UP

gh-127146: Strip dash from Emscripten compiler version (#128557)

`emcc -dumpversion` will sometimes say e.g., `4.0.0-git` but in this case
uname does not include `-git` in the version string. Use cut to delete
everything after the dash.
H
Hood Chatham committed
61c1a2478e6da8dc6dbdce4d6ac66b03d5963710
Parent: 616692d
Committed by GitHub <noreply@github.com> on 1/6/2025, 10:26:35 PM