Set up CI testing for asm.js and wasm #38801
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-help-wanted
Call for participation: Help is requested to fix this issue.
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!
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
asm.js and wasm targets only have build CI today. They need tests to be run as well in order to maintain decent support.
I think there's a good chance we will lose asm.js support, at least temporarily, when we switch to the LLVM wasm backend, but as long as we do support asm.js we might as well test it too.
This should be a matter of changing the travis config to run the tests in a new container.
The text was updated successfully, but these errors were encountered: