wasm-bindgen/crates
Alex Crichton 4181afea45
Start migrating wasm_bindgen tests to wasm_bindgen_test (#602)
This commit starts migrating the `wasm_bindgen` tests to the `wasm_bindgen_test`
framework, starting to assemble the coffin for
`wasm-bindgen-test-project-builder`. Over time all of the tests in
`tests/all/*.rs` should be migrated to `wasm_bindgen_test`, although they may
not all want to go into a monolithic test suite so we can continue to test for
some more subtle situations with `#[wasm_bindgen]`.

In the meantime those, the `tests/all/api.rs` tests can certainly migrate!
2018-08-01 14:19:19 -05:00
..
backend Fix some situations with duplicate imports (#589) 2018-07-30 10:50:43 -07:00
cli Start migrating wasm_bindgen tests to wasm_bindgen_test (#602) 2018-08-01 14:19:19 -05:00
cli-support Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
js-sys Add Function construtor to js-sys 2018-07-30 11:07:07 -07:00
macro Move the macro support code into its own crate (#529) 2018-07-29 08:59:46 -07:00
macro-support Fix some situations with duplicate imports (#589) 2018-07-30 10:50:43 -07:00
shared Bump to 0.2.15 2018-07-26 14:53:59 -07:00
test Move web-sys tests to the new test framework 2018-07-30 11:07:07 -07:00
test-macro test-macro: Add Cargo.toml metadata 2018-07-26 15:08:59 -07:00
test-project-builder Bump to 0.2.15 2018-07-26 14:53:59 -07:00
typescript Fix compile on latest nightly (#489) 2018-07-17 09:11:30 -05:00
web-sys Add unit test for HtmlSelectElement binding. (#598) 2018-08-01 00:01:03 -05:00
webidl Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00
webidl-tests Migrate webidl tests to wasm_bindgen_test (#590) 2018-07-30 11:06:29 -07:00