wasm-bindgen/crates
Alex Crichton 11553a1af2 Implement JsCast for all imported types
This commit implements the `JsCast` trait automatically for all imported types
in `#[wasm_bindgen] extern { ... }` blocks. The main change here was to generate
an `instanceof` shim for all imported types in case it's needed.

All imported types now also implement `AsRef<JsValue>` and `AsMut<JsValue>`
2018-08-07 12:59:51 -07:00
..
backend Implement JsCast for all imported types 2018-08-07 12:59:51 -07:00
cli Allow disabling --debug in wasm-bindgen-test-runner 2018-08-06 09:57:41 -07:00
cli-support Implement JsCast for all imported types 2018-08-07 12:59:51 -07:00
futures Support asynchronous tests (#600) 2018-08-01 15:52:24 -05:00
js-sys Delete wasm-bindgen-test-project-builder 2018-08-06 11:48:34 -07:00
macro Convert some more macro panics to diagnostics (#611) 2018-08-02 11:12:50 -05:00
macro-support Implement JsCast for all imported types 2018-08-07 12:59:51 -07:00
shared Implement JsCast for all imported types 2018-08-07 12:59:51 -07:00
test Support asynchronous tests (#600) 2018-08-01 15:52:24 -05:00
test-macro Migrate the serde-serialize test to wasm 2018-08-06 09:43:55 -07:00
typescript Fix compile on latest nightly (#489) 2018-07-17 09:11:30 -05:00
web-sys Migrate from the webidl crate to weedle 2018-08-06 10:27:03 -05:00
webidl Implement JsCast for all imported types 2018-08-07 12:59:51 -07:00
webidl-tests Add a test for webidl 2018-08-07 00:42:47 +03:00