wasm-bindgen/tests
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
..
crates Remove support for the version attribute 2018-08-06 13:30:28 -05:00
no-std Migrate #![no_std] tests to wasm 2018-08-06 11:08:35 -07:00
wasm Implement JsCast for all imported types 2018-08-07 12:59:51 -07:00
headless.rs Fix consuming a struct and returning a slice 2018-08-07 08:46:38 -07:00
non_wasm.rs Move non-wasm test to an actual non-wasm test 2018-08-06 09:55:20 -07:00
std-crate-no-std-dep.rs Migrate #![no_std] tests to wasm 2018-08-06 11:08:35 -07:00