wasm-bindgen/crates
Alex Crichton 07b148789d Defer exposing methods until they're needed
Previously `catch` and `variadic` would exopse methods in our JS shims,
but they did so earlier than necessary. Turns out `variadic` didn't
actually need to expose anything and `catch` could do so much later!
2018-11-29 17:50:13 -08:00
..
backend Move closure shims into the descriptor 2018-11-29 12:42:44 -08:00
cli Merge pull request #1063 from alexcrichton/wasm2es6js-start 2018-11-29 17:30:24 -06:00
cli-support Defer exposing methods until they're needed 2018-11-29 17:50:13 -08: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 Add a #[wasm_bindgen(start)] attribute 2018-11-28 22:11:15 -08:00
macro-support Add a #[wasm_bindgen(start)] attribute 2018-11-28 22:11:15 -08:00
shared Add a #[wasm_bindgen(start)] attribute 2018-11-28 22:11:15 -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 Move closure shims into the descriptor 2018-11-29 12:42:44 -08:00
web-sys Consistently use extern "C" 2018-11-27 12:27:00 -08:00
webidl Remove an unused crate from wasm-bindgen-webidl 2018-11-29 12:22:54 -08:00
webidl-tests Consistently use extern "C" 2018-11-27 12:27:00 -08:00