wasm-bindgen/crates/macro-support
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
..
src Implement JsCast for all imported types 2018-08-07 12:59:51 -07:00
Cargo.toml Move the macro support code into its own crate (#529) 2018-07-29 08:59:46 -07:00
LICENSE-APACHE Move the macro support code into its own crate (#529) 2018-07-29 08:59:46 -07:00
LICENSE-MIT Move the macro support code into its own crate (#529) 2018-07-29 08:59:46 -07:00