Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upSet up CI testing for asm.js and wasm #38801
Comments
This comment has been minimized.
This comment has been minimized.
|
@alexcrichton has done some work on this. |
This comment has been minimized.
This comment has been minimized.
|
This is done now for emscripten! When wasm tests are passing we can set up CI. |
alexcrichton
closed this
Mar 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brson commentedJan 3, 2017
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.