-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable testing wasm32-unknown-emscripten on travis #42646
Comments
@alexcrichton Can we re-enable |
Unfortunately wasm32 is a "big enough" builder that it requires its own builder, which is much more of a significant investment than just having a standard library. Did this regress though? I'd imagine that for all practical purposes having CI for asmjs is basically equivalent to CI for wasm |
@alexcrichton In my case, the asserts were failing only on |
Was that ever working though? In the sense that would we have caught a regression if we were running CI? |
@alexcrichton I was just pointing that |
Oh yeah sure definitely! I'm sure we'd catch bugs over time, but I'd personally sort of prefer to wait until we can make wasm a "true" tier 1 target by using the LLVM backend instead of going through emscripten, that may just take awhile :( |
This is done now for wasm32-unknown-unknown which I think is exercising LLVM's backend (the goal here), so I'm going to close. |
A disabled image was added in #42631. We should enable it when we get some capacity on travis.
The text was updated successfully, but these errors were encountered: