wasm-bindgen/crates/macro-support
Alex Crichton 37db88ebfa Implement #[wasm_bindgen(extends = ...)]
This commit implements the `extends` attribute for `#[wasm_bindgen]` to
statically draw the inheritance hierarchy in the generated bindings, generating
appropriate `AsRef`, `AsMut`, and `From` implementations.
2018-08-07 13:04:11 -07:00
..
src Implement #[wasm_bindgen(extends = ...)] 2018-08-07 13:04:11 -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