Open lord opened 7 years ago
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.
--no-run
should actually not run tests, and only forward this flag tocargo
once--target=
should override our wasm32 default-- <args>
should forward args to test runner in browser.
every 5 minutes so travis doesn't sleep?+nightly
syntax