wasm-bindgen/crates/test-support
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
..
src Add an option to "uglify" imports 2017-12-24 15:32:40 -08:00
Cargo.toml Initial commit 2017-12-14 19:31:01 -08:00