mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 14:42:35 +03:00
bef908a9b1
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. |
||
---|---|---|
.. | ||
classes.rs | ||
imports.rs | ||
jsobjects.rs | ||
non-debug.rs | ||
simple.rs | ||
uglify.rs |