wasm-bindgen/tests/all
Alex Crichton e06255fba5 Don't generate JS bindings for unused imports
If a JS import's shim isn't actually imported that means that somewhere along
the way it was optimized out or it was never used in the first place! In that
case we can skip generation of the JS bindings for it as it's not needed.
2018-06-29 15:56:12 -07:00
..
js_globals Add support for js::Error 2018-06-29 23:24:46 +09:00
webidl change some asserts to assert_(eq|ne)s 2018-06-18 13:10:07 -07:00
api.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
char.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
classes.rs Support by-value self methods (#348) 2018-06-28 20:09:11 -05:00
closures.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
comments.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
dependencies.rs No need to expose ptr in TypeScript 2018-04-19 13:28:50 -07:00
enums.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
import_class.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
imports.rs Don't generate JS bindings for unused imports 2018-06-29 15:56:12 -07:00
jsobjects.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
main.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
math.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
node.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
non_debug.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
non_wasm.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
simple.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
slice.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
structural.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
u64.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
validate_prt.rs rustfmt all the things 2018-06-27 22:42:34 -07:00