Arguments to test runner
- [ ]
--no-runshould actually not run tests, and only forward this flag tocargoonce - [ ]
--target=should override our wasm32 default - [ ]
-- <args>should forward args to test runner in browser - [ ] test runner output should be colored
- [ ] print a
.every 5 minutes so travis doesn't sleep? - [ ] see comment below, make sure it works with
+nightlysyntax
This also affects builds on nightly(I think the issue is not specific to the test runner but more with passing flags):
wargo build -> cargo build --target=wasm32-unknown-emscripten
wargo +nightly build -> cargo +nightly build
Workaround: rustup override set nightly -> wargo build
rust-brotli compiles nicely. Thanks!
Time to play with some in-browser client-side Brotli decompression :smile:
Thanks for the catch! 😄 Glad it's working for you with the workaround, I'll try to get in a fix soon.
I found just now and seems that this project and stdweb's cargo-web try to reach about the same goals(just as a side note): https://github.com/koute/cargo-web
It does not seem to support wasm at the moment.