wasm-bindgen/crates
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
..
backend Assert all attributes are used by default 2018-11-28 11:42:48 -08:00
cli Run rustfmt over everything 2018-11-27 12:07:59 -08:00
cli-support Merge pull request #1053 from alexcrichton/dts-wasm 2018-11-27 16:55:25 -06:00
futures Run rustfmt over everything 2018-11-27 12:07:59 -08:00
gc Run rustfmt over everything 2018-11-27 12:07:59 -08:00
js-sys Run rustfmt over everything 2018-11-27 12:07:59 -08:00
macro Assert all attributes are used by default 2018-11-28 11:42:48 -08:00
macro-support Assert all attributes are used by default 2018-11-28 11:42:48 -08:00
shared Run rustfmt over everything 2018-11-27 12:07:59 -08:00
test Bump to 0.2.28 2018-11-12 09:28:01 -08:00
test-macro Consistently use extern "C" 2018-11-27 12:27:00 -08:00
threads-xform Run rustfmt over everything 2018-11-27 12:07:59 -08:00
typescript Run rustfmt over everything 2018-11-27 12:07:59 -08:00
wasm-interpreter Run rustfmt over everything 2018-11-27 12:07:59 -08:00
web-sys Consistently use extern "C" 2018-11-27 12:27:00 -08:00
webidl Run rustfmt over everything 2018-11-27 12:07:59 -08:00
webidl-tests Consistently use extern "C" 2018-11-27 12:27:00 -08:00