Ethan D Twardy
7097f933eb
Fix "can't leak crate-private type in stub.rs" #662 ( #684 )
...
First attempt to fix this issue for wasm32-unknown-* targets by
changing visibility of functions not to leak crate-private types.
Ensure the default toolchain is used for the wasm_unknown CI test.
2022-05-12 14:45:47 +02:00
Yureka
a9ec3c9ca3
add wasm32-unknown-emscripten test
2022-04-09 13:04:53 +02:00
Dirkjan Ochtman
e4c8a529f5
Update to 2018 edition (and MSRV 1.32)
2022-03-19 20:38:12 -07:00
Brandon W Maister
cf771cb5be
Give an error message when the wasm test fails ( #482 )
2020-09-26 11:03:14 -04:00
Brandon W Maister
58819de920
Run cargo check on more feature combinations
2020-08-14 14:55:40 -04:00
Cecile Tonglet
8d6d83f7b8
Locales and format_localized ( #453 )
2020-07-31 10:05:40 -04:00
Brandon W Maister
b6d7bac99a
Fix wasm testing
...
wasm-bindgen-test and wasm-bindgen need to be different versions (0.3 and 0.2,
respectively), otherwise no tests are found([1], [2]);
This also fixes the test to and ci runner to just test in the current env/tz,
thereby requiring that js_sys returns the same timezone as the host system
thinks it is, but not otherwise trying to set the TZ.
[1]: https://users.rust-lang.org/t/wasm-bindgen-test-and-no-tests-to-run/43444
[2]: https://github.com/rustwasm/wasm-bindgen/pull/2123
2020-07-05 16:50:58 -04:00
Brandon W Maister
c2fe38cd84
clean up github workflows ui
...
This puts different kinds of tests in different job names, instead of
shoehorning them into the matrix.
2020-06-27 15:25:17 -04:00
Brandon W Maister
2c81fa8c1a
clean up clippy lints
2020-06-21 23:55:41 -04:00
Brandon W Maister
4ae60dfb84
Add github actions config
2020-06-21 23:38:45 -04:00