Commit Graph

8 Commits

Author SHA1 Message Date
e03ef1c2a4 Enable wasm-bindgen -h
Closes #3
2017-12-27 07:50:43 -08:00
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
f1d425b943 Hook up debug to the CLI 2017-12-20 12:50:10 -08:00
85cdb51719 Generate TypeScript by default instead of JS
This is what's needed in the immediate future anyway, so let's do that!
2017-12-19 19:06:48 -08:00
ea36df2e01 Rename the cli tool to wasm-bindgen 2017-12-18 15:08:36 -08:00
7c510a8a7e Start adding support for classes 2017-12-18 12:39:14 -08:00
1b4f10217c Start handling strings 2017-12-14 21:55:21 -08:00
2926e6e9f4 Initial commit 2017-12-14 19:31:01 -08:00