Commit Graph

34 Commits

Author SHA1 Message Date
aa348f963f Bump to 0.2.12 (#515)
* Bump to 0.2.12

* Update all version numbers and deps
* Update all listed authors to `["The wasm-bindgen Developers"]`
* Update `repository` links to specific paths for each crate
* Update `homepage` links to the online book
* Update all links away from `alexcrichton/wasm-bindgen`
* Add `#[doc]` directives for HTML URLs

* Update more version requirements

* Fill out CHANGELOG
2018-07-19 14:57:04 -05:00
133706fc5c Remove debug sections by default
The changes on master Rust insert debug sections now (yay!) but this means that
wasm binaries by default pick up debug sections from the standard library, so
let's remove them by default in wasm-bindgen unless `--debug` is passed
2018-07-13 08:12:12 -07:00
ded378b92f Update docopt requirement to 1.0
Updates the requirements on [docopt](https://github.com/docopt/docopt.rs) to permit the latest version.
- [Release notes](https://github.com/docopt/docopt.rs/releases)
- [Commits](https://github.com/docopt/docopt.rs/commits/1.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-07-06 16:55:11 +00:00
4ceaf3e0f4 Some small cleanups (#366)
* No need for version deps in dev-deps

These are all internal so we can drop the version

* Remove wasm-bindgen-cli's parity-wasm dep

No longer needed

* Tweak file hierarchy in webidl tests

Use Cargo's conventions to avoid the need to define `[[test]]` sections

* Remove unused imports
2018-07-02 11:57:39 -05:00
9127a0419f rustfmt all the things 2018-06-27 22:42:34 -07:00
c63d57f6d7 Add some more doc comments 2018-06-22 11:10:37 -07:00
4c27c349ea Bump to 0.2.11 2018-05-24 08:56:28 -07:00
627ca1d638 Bump to 0.2.10 2018-05-17 10:40:24 -07:00
5d28b90069 Bump to 0.2.9 2018-05-11 16:04:41 -07:00
fbb12f519b Bump to 0.2.8 2018-04-30 19:23:44 -07:00
dadcff15ef Add an example of wasm2asm and wasm-bindgen
This commit adds an example of executing the `wasm2asm` tool to generate asm.js
output instead of WebAssembly. This is often useful when supporting older
browsers, such as IE 11, that doesn't have native support for WebAssembly.
2018-04-30 13:29:34 -07:00
6f95e5c531 Print errors to stderr instead of stdout 2018-04-30 13:24:29 -07:00
befdf07a07 Bump to 0.2.7 2018-04-27 19:48:57 -07:00
89bd10f974 Emit *.d.ts file by default 2018-04-27 07:15:34 -07:00
acb5eac96a Bump to 0.2.6 2018-04-26 19:14:09 -07:00
6d5ebaf5ac Update parity-wasm and wasmi 2018-04-26 18:42:49 -07:00
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