Commit Graph

18 Commits

Author SHA1 Message Date
5f59d95130 Migrate to the failure crate
Currently errors are reported via Rust panics but there's lots more errors being
added over time so this commit starts the movement towards the `failure` crate
to more idiomatically report errors as well as provide better error messages
over time.
2018-04-25 11:57:17 -07:00
79a49b2a56 update fetch to take a string parameter 2018-04-23 09:04:30 -05:00
cbccd2028d include fetch arg for wasm2es6js 2018-04-23 08:41:02 -05:00
3b4bf475be Bump to 0.2.5 2018-04-19 18:46:41 -07:00
f3c05e5339 Fix compat with stable 2018-04-19 14:28:30 -07:00
0ade4b8cac Add a --no-modules-global flag
This can be used to configure the name of the global that's initialized so it's
not unconditionally `wasm_bindgen`.

Closes #145
2018-04-19 13:33:58 -07:00
055a8fb803 Bump to 0.2.4 2018-04-18 07:18:11 -07:00
c74230b4a9 Bump to 0.2.3 2018-04-17 13:07:43 -07:00
eb9a6524b9 Bump to 0.2.2 2018-04-13 07:50:24 -07:00
98016324f7 Merge branch 'umd' of https://github.com/csharad/wasm-bindgen 2018-04-13 07:34:27 -07:00
b9b8756cd0 Demangle Rust symbols by default 2018-04-11 11:43:18 -07:00
8c935d5d94 Change flag to --no-modules 2018-04-11 13:59:58 +05:45
60ac57331b Bump to 0.2.1 2018-04-09 15:18:39 -07:00
b9192592a9 Updated docopts 2018-04-07 13:17:56 +05:45
0bd8713bd5 Dropped node support in umd -> amd 2018-04-07 13:06:36 +05:45
3a83b02de0 Added umd switch 2018-04-04 20:06:53 +05:45
30b1964255 Bump all crates to 0.2 2018-04-03 07:10:07 -07:00
393841779a Rename directories to remove "wasm-bindgen-" prefix in sub-crates 2018-03-29 08:28:25 -07:00