Commit Graph

15 Commits

Author SHA1 Message Date
Maximilian Bosch
4e8f320123
wasm-bindgen-cli: 0.2.65 -> 0.2.67
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.67
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.66
2020-07-31 00:09:26 +02:00
Maximilian Bosch
3f4a78f749
wasm-bindgen-cli: 0.2.64 -> 0.2.65
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.65
2020-07-17 15:55:59 +02:00
Maximilian Bosch
acd100ff82
wasm-bindgen-cli: 0.62.0 -> 0.64.0
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.63
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.64
2020-06-29 19:46:02 +02:00
Maximilian Bosch
beb291e1ac
wasm-bindgen-cli: 0.2.61 -> 0.2.62
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.62
2020-05-03 19:06:59 +02:00
Maximilian Bosch
80425fa14a
wasm-bindgen-cli: 0.2.60 -> 0.2.61
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.61
2020-04-30 01:11:29 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch
c3392946b1
wasm-bindgen-cli: 0.2.59 -> 0.2.60
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.60
2020-03-26 10:49:51 +01:00
Benjamin Hipple
7fcbbea654 wasm-bindgen-cli: upgrade cargo fetcher and cargoSha256 2020-03-08 23:06:25 -04:00
Maximilian Bosch
88b16119c1
wasm-bindgen-cli: 0.2.58 -> 0.2.59 2020-03-07 23:03:28 +01:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Maximilian Bosch
82875a20ba
wasm-bindgen-cli: 0.2.57 -> 0.2.58
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.58
2020-01-07 21:45:09 +01:00
Maximilian Bosch
a7e2742b50
wasm-bindgen-cli: 0.2.56 -> 0.2.57
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.57
2020-01-06 21:35:09 +01:00
Maximilian Bosch
4a6c8d5c27
wasm-bindgen-cli: 0.2.55 -> 0.2.56
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.56
2019-12-20 19:19:06 +01:00
Maximilian Bosch
87b1c0ef3e
wasm-bindgen-cli: 0.2.51 -> 0.2.55
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.55
2019-11-26 22:46:54 +01:00
Maximilian Bosch
9bffa5a6a5
wasm-bindgen-cli: init at 0.2.51
CLI for `wasm-bindgen`, a tool that helps to interact between WASM
modules written in Rust and JS-Code. This contains only the CLI[1], the
libraries are usually included via `Cargo.toml` in a project.

Co-authored-by: Fabian Möller <fabianm88@gmail.com>

[1] https://crates.io/crates/wasm-bindgen-cli
2019-10-16 12:49:54 +02:00