wasm-bindgen/crates/macro-support
Alex Crichton c8a352189b Assert all attributes are used by default
This commit implements a system that will assert that all
`#[wasm_bindgen]` attributes are actually used during compilation. This
should help ensure that we don't sneak in stray attributes that don't
actually end up having any meaning, and hopefully make it a bit easier
to learn `#[wasm_bindgen]`!
2018-11-28 11:42:48 -08:00
..
src Assert all attributes are used by default 2018-11-28 11:42:48 -08:00
Cargo.toml Assert all attributes are used by default 2018-11-28 11:42:48 -08: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