wasm-bindgen/crates
R. Andrew Ohana 2d50d5209b Backend refactor (#411)
* remove BindgenAttrs from other backend::ast structs

This is primarily a tool for use with the macro crate. Most of
these attributes were ignored in the actual codegen, but a few
were still being used. This is confusing when trying to add
other sources for codegen (such as webidl and typescript).

* move parsing logic to macro crate

This makes the backend crate solely concerned with having an ast
for which we can generate code.
2018-07-07 12:20:31 -05:00
..
backend Backend refactor (#411) 2018-07-07 12:20:31 -05:00
cli Update docopt requirement to 1.0 2018-07-06 16:55:11 +00:00
cli-support Backend refactor (#411) 2018-07-07 12:20:31 -05:00
macro Backend refactor (#411) 2018-07-07 12:20:31 -05:00
shared Backend refactor (#411) 2018-07-07 12:20:31 -05:00
test-project-builder tests: Pull the project() builder out into its own crate 2018-07-05 14:27:26 -07:00
typescript rustfmt all the things 2018-06-27 22:42:34 -07:00
webidl Backend refactor (#411) 2018-07-07 12:20:31 -05:00