wasm-bindgen/tests
Alex Crichton bef908a9b1 Add an option to "uglify" imports
This commit adds an option to "uglify" the wasm module's imports/exports so
those which are controlled by bindgen are renamed to a shorter (probably one
letter) names. This'll hopefully help cut down on both the wasm size slightly
and also the generated JS as the glue we're talking to wasm over won't require
such large names all the time.
2017-12-24 15:32:40 -08:00
..
classes.rs Start optimizing code size: 2017-12-19 19:53:55 -08:00
imports.rs Don't generate code for dead imports 2017-12-20 11:34:53 -08:00
jsobjects.rs Generate TypeScript by default instead of JS 2017-12-19 19:06:48 -08:00
non-debug.rs Further optimize non-debug output 2017-12-20 13:24:18 -08:00
simple.rs Support passing booleans back and forth 2017-12-20 10:22:18 -08:00
uglify.rs Add an option to "uglify" imports 2017-12-24 15:32:40 -08:00