Commit Graph

23 Commits

Author SHA1 Message Date
figsoda
253bf2fcb7 wasm-bindgen-cli: clarify license, clean up 2021-10-18 08:03:16 -04:00
Tethys Svensson
e38accb2b0 wasm-bindgen-cli: 0.2.75 -> 0.2.78 2021-10-13 12:01:45 +02:00
David Yamnitsky
bb0867389f wasm-bindgen-cli: 0.2.74 -> 0.2.75 2021-08-10 10:51:16 -04:00
zimbatm
ca27566a8a
wasm-bindgen-cli: 0.2.73 -> 0.2.74 2021-06-08 23:24:19 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Maximilian Bosch
4a7dd032dc
wasm-bindgen-cli: 0.2.69 -> 0.2.73 2021-03-29 20:05:18 +02:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Andika Demas Riyandi
d118f41399 wasm-bindgen-cli: 0.2.67 -> 0.2.69
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.69
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.68
2020-12-17 20:06:38 +07:00
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