wasm-bindgen/crates
Alex Crichton 02b7021053 Leverage new rustc wasm features
This commit leverages two new attributes in the Rust compiler,
`#[wasm_custom_section]` and `#[wasm_import_module]`. These two attributes allow
removing a lot of hacks found in wasm-bindgen and also allows removing the
requirement of `wasm-opt` to remove the unused data sections.

This does require two new nightly features but we already required the
`proc_macro` nightly feature and these will hopefully be stabilized before that
feature!
2018-03-24 10:36:19 -07:00
..
test-support test-support: Add ability to add new local dependencies to Cargo.toml 2018-03-07 10:06:25 -08:00
wasm-bindgen-cli Bump wasm-bindgen-cli to 0.1.1 2018-03-07 08:52:19 -08:00
wasm-bindgen-cli-support Leverage new rustc wasm features 2018-03-24 10:36:19 -07:00
wasm-bindgen-macro Leverage new rustc wasm features 2018-03-24 10:36:19 -07:00
wasm-bindgen-shared The schema has definitely changed now 2018-03-22 19:07:20 -07:00